qol: quick search input to have fixed width

This commit is contained in:
Gary Sharp
2025-07-03 12:53:47 +10:00
parent 8b8b26116e
commit 4660425ccc
7 changed files with 5 additions and 38 deletions
+1 -10
View File
@@ -194,20 +194,11 @@ header, #header {
#SearchQuery {
font-size: 0.9em;
margin-left: 6px;
width: 130px;
width: 190px;
background-color: #eee;
-moz-transition-property: width;
-o-transition-property: width;
-webkit-transition-property: width;
transition-property: width;
-moz-transition-duration: .1s;
-o-transition-duration: .1s;
-webkit-transition-duration: .1s;
transition-duration: .1s;
&:hover, &:focus {
background-color: @white;
width: 190px;
}
}