mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update task buttons
This commit is contained in:
parent
3dcd5b04d5
commit
4b51e69e53
6 changed files with 52 additions and 14 deletions
|
@ -163,9 +163,10 @@
|
|||
.viewMenuSearch {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 35%;
|
||||
right: 35%;
|
||||
left: 40%;
|
||||
right: 40%;
|
||||
display: none;
|
||||
padding-right: 55px;
|
||||
}
|
||||
|
||||
@media all and (min-width: 800px) {
|
||||
|
@ -179,6 +180,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1200px) {
|
||||
|
||||
.viewMenuSearch {
|
||||
left: 42%;
|
||||
right: 42%;
|
||||
}
|
||||
}
|
||||
|
||||
.searchResultsOverlay {
|
||||
position: fixed;
|
||||
background: #222 !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue