mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge upstream/master
This commit is contained in:
commit
48ce08d2aa
39 changed files with 229 additions and 195 deletions
|
@ -36,10 +36,6 @@
|
|||
font-size: 90%;
|
||||
}
|
||||
|
||||
.viewSummary {
|
||||
padding: .5em 0;
|
||||
}
|
||||
|
||||
.viewMenuLink {
|
||||
text-decoration: none;
|
||||
color: #ccc!important;
|
||||
|
@ -432,7 +428,6 @@ a.itemTag:hover {
|
|||
background-position: center 15%;
|
||||
background-repeat: no-repeat;
|
||||
height: 550px;
|
||||
border-bottom: 1px solid #111;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
@ -771,6 +766,10 @@ a.itemTag:hover {
|
|||
.lnkSibling:not(.hide) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.itemBackdrop {
|
||||
border-bottom: 1px solid #111;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1000px) {
|
||||
|
@ -1122,6 +1121,12 @@ a.itemTag:hover {
|
|||
padding: 1em;
|
||||
}
|
||||
|
||||
.itemSelectionPanel .ui-checkbox {
|
||||
max-width: 90px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.selectionCommandsControlGroup {
|
||||
display: inline-block;
|
||||
margin-left: .5em;
|
||||
|
|
|
@ -683,7 +683,6 @@ h1 .imageLink {
|
|||
z-index: 99997;
|
||||
color: #fff;
|
||||
border: 0 !important;
|
||||
max-height: 220px;
|
||||
}
|
||||
|
||||
.footerNotification {
|
||||
|
@ -700,10 +699,6 @@ h1 .imageLink {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#dashboardVersionWarning {
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Gradient Shadow
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue