More search functionality

This commit is contained in:
Pieter Vander Vennet 2024-08-22 22:50:37 +02:00
parent 5d0de8520b
commit 1c46a65c84
25 changed files with 962 additions and 846 deletions

View file

@ -711,14 +711,6 @@ video {
top: 2.5rem;
}
.top-2 {
top: 0.5rem;
}
.right-2 {
right: 0.5rem;
}
.left-1\/4 {
left: 25%;
}
@ -787,6 +779,10 @@ video {
top: 0.25rem;
}
.top-2 {
top: 0.5rem;
}
.top-\[calc\(100\%\+1rem\)\] {
top: calc(100% + 1rem);
}
@ -1077,10 +1073,6 @@ video {
margin-left: -1.5rem;
}
.mt-12 {
margin-top: 3rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
@ -1448,6 +1440,10 @@ video {
max-height: 3rem;
}
.max-h-96 {
max-height: 24rem;
}
.max-h-24 {
max-height: 6rem;
}
@ -5298,11 +5294,6 @@ svg.apply-fill path {
border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-stone-200:hover {
--tw-bg-opacity: 1;
background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-200:hover {
--tw-bg-opacity: 1;
background-color: rgb(199 210 254 / var(--tw-bg-opacity));
@ -7243,6 +7234,10 @@ svg.apply-fill path {
width: 50%;
}
.sm\:w-96 {
width: 24rem;
}
.sm\:w-11 {
width: 2.75rem;
}
@ -7259,10 +7254,6 @@ svg.apply-fill path {
width: 1.5rem;
}
.sm\:w-96 {
width: 24rem;
}
.sm\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}