forked from MapComplete/MapComplete
Add search bar to theme overview
This commit is contained in:
parent
6252c4e888
commit
7c4c17d15c
6 changed files with 161 additions and 33 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue