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
@@ -266,23 +266,14 @@ header #SearchQuery,
#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: 0.1s;
-o-transition-duration: 0.1s;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
}
header #SearchQuery:hover,
#header #SearchQuery:hover,
header #SearchQuery:focus,
#header #SearchQuery:focus {
background-color: #fff;
width: 190px;
}
header .watermark,
#header .watermark {