mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix report script
This commit is contained in:
parent
af129fb92d
commit
284e61038d
8 changed files with 38 additions and 309 deletions
|
@ -81,7 +81,14 @@
|
|||
}
|
||||
|
||||
.largeCardMargin .visualCardBox {
|
||||
margin: 18px;
|
||||
margin: 12px;
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
|
||||
.largeCardMargin .visualCardBox {
|
||||
margin: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-page-theme-b .visualCardBox {
|
||||
|
|
|
@ -55,10 +55,6 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.headerSearchButton img {
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.headerButtonLeft {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
|
|
@ -252,7 +252,7 @@
|
|||
#videoPlayer .nowPlayingImage img {
|
||||
height: auto !important;
|
||||
max-width: 400px;
|
||||
max-height: 280px;
|
||||
max-height: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -146,36 +146,37 @@
|
|||
color: #ddd;
|
||||
border-radius: 3px;
|
||||
padding: 4px 7px 3px 50px;
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
font-family: Roboto;
|
||||
outline: none;
|
||||
vertical-align: middle;
|
||||
width: 180px;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.searchInputIcon {
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
top: 6px;
|
||||
font-size: 14px !important;
|
||||
top: 15px;
|
||||
font-size: 16px !important;
|
||||
color: #ddd !important;
|
||||
}
|
||||
|
||||
.viewMenuSearch {
|
||||
position: relative;
|
||||
display: none;
|
||||
margin-left: 2em;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: #000000;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
@media all and (min-width: 1200px) {
|
||||
.viewMenuSearch:not(.hide) {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.viewMenuSearch {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.headerSearchButton {
|
||||
display: none;
|
||||
}
|
||||
.viewMenuSearchForm {
|
||||
max-width: initial;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.searchResultsOverlay {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue