Filtres i ordres als resultats de cerca

This commit is contained in:
marc
2025-10-10 00:14:36 +02:00
parent aec310c39c
commit 31aeb09dd9
13 changed files with 339 additions and 64 deletions

View File

@@ -649,11 +649,6 @@ video {
margin-bottom: 0.75rem;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
@@ -666,6 +661,10 @@ video {
margin-left: auto;
}
.mr-1 {
margin-right: 0.25rem;
}
.mr-2 {
margin-right: 0.5rem;
}
@@ -718,6 +717,10 @@ video {
min-height: 400px;
}
.w-0 {
width: 0px;
}
.w-1\/2 {
width: 50%;
}
@@ -988,10 +991,18 @@ video {
padding-bottom: 1rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pl-5 {
padding-left: 1.25rem;
}
.pr-2 {
padding-right: 0.5rem;
}
.pt-4 {
padding-top: 1rem;
}
@@ -1056,9 +1067,9 @@ video {
color: rgb(76 16 30 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
.text-gray-400 {
--tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-red-400 {