Add search bar to theme overview

This commit is contained in:
Pieter Vander Vennet 2022-04-24 01:32:19 +02:00
parent 6252c4e888
commit 7c4c17d15c
6 changed files with 161 additions and 33 deletions

View file

@ -1144,18 +1144,14 @@ video {
width: 2.75rem;
}
.w-16 {
width: 4rem;
}
.w-min {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
}
.w-auto {
width: auto;
.w-1\/2 {
width: 50%;
}
.w-max {
@ -1164,6 +1160,14 @@ video {
width: max-content;
}
.w-16 {
width: 4rem;
}
.w-auto {
width: auto;
}
.min-w-min {
min-width: -webkit-min-content;
min-width: -moz-min-content;