mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
make scripts more modular
This commit is contained in:
parent
284e61038d
commit
ce35317652
11 changed files with 109 additions and 86 deletions
|
@ -145,12 +145,13 @@
|
|||
border: 0;
|
||||
color: #ddd;
|
||||
border-radius: 3px;
|
||||
padding: 4px 7px 3px 50px;
|
||||
padding: 4px 0 3px 0;
|
||||
text-indent: 50px;
|
||||
font-size: 16px;
|
||||
font-family: Roboto;
|
||||
outline: none;
|
||||
vertical-align: middle;
|
||||
width: 85%;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.searchInputIcon {
|
||||
|
@ -175,7 +176,7 @@
|
|||
}
|
||||
|
||||
.viewMenuSearchForm {
|
||||
max-width: initial;
|
||||
max-width: none;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue