mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-31 12:00:08 -07:00
Fix search bar width (Fixes Tautulli/Tautulli-Issues#104)
This commit is contained in:
parent
f16560cb40
commit
2f40850100
1 changed files with 1 additions and 1 deletions
|
@ -3288,7 +3288,7 @@ pre::-webkit-scrollbar-thumb {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#search_form {
|
#search_form {
|
||||||
width: 300px;
|
width: 270px;
|
||||||
padding: 8px 15px;
|
padding: 8px 15px;
|
||||||
}
|
}
|
||||||
#search_form span.input-textbox {
|
#search_form span.input-textbox {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue