Improve search UI

This commit is contained in:
Pieter Vander Vennet 2024-08-30 02:18:29 +02:00
parent 3be286c2b1
commit 93f03ddbaf
22 changed files with 564 additions and 499 deletions

View file

@ -1913,6 +1913,10 @@ input[type="range"].range-lg::-moz-range-thumb {
max-height: 3rem;
}
.max-h-screen {
max-height: 100vh;
}
.max-h-full {
max-height: 100%;
}
@ -1925,10 +1929,6 @@ input[type="range"].range-lg::-moz-range-thumb {
max-height: 16rem;
}
.max-h-96 {
max-height: 24rem;
}
.max-h-60 {
max-height: 15rem;
}
@ -8168,12 +8168,12 @@ svg.apply-fill path {
width: 16rem;
}
.sm\:w-11 {
width: 2.75rem;
.sm\:w-80 {
width: 20rem;
}
.sm\:w-96 {
width: 24rem;
.sm\:w-11 {
width: 2.75rem;
}
.sm\:w-auto {
@ -8188,6 +8188,10 @@ svg.apply-fill path {
width: 1.5rem;
}
.sm\:w-96 {
width: 24rem;
}
.sm\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
@ -8373,6 +8377,10 @@ svg.apply-fill path {
height: 100%;
}
.md\:w-96 {
width: 24rem;
}
.md\:w-6\/12 {
width: 50%;
}