Add min-width to personas search input

This commit is contained in:
Cohee
2024-01-31 12:24:27 +02:00
parent bb1c023ef2
commit 891077be43

View File

@@ -1521,6 +1521,10 @@ select option:not(:checked) {
height: auto;
}
#persona_search_bar {
min-width: 80px;
}
input[type=search]::-webkit-search-cancel-button {
-webkit-appearance: none;
height: 1em;