1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add more sync buttons

This commit is contained in:
Luke Pulverenti 2014-12-18 23:20:07 -05:00
parent 0770149de2
commit d84df77553
42 changed files with 2405 additions and 66 deletions

View file

@ -602,6 +602,13 @@
}
}
@media all and (min-width: 2200px) {
.homePageSquareCard {
width: 10%;
}
}
/** homePagePortraitCard */
.homePagePortraitCard .cardPadder {
@ -655,6 +662,13 @@
}
}
@media all and (min-width: 2200px) {
.homePagePortraitCard {
width: 9.09090909091%;
}
}
/** homePageSmallBackdropCard */
.homePageSmallBackdropCard .cardPadder {

View file

@ -61,13 +61,13 @@
}
.listHeader {
margin-top: .7em;
margin-top: 1em;
margin-bottom: .15em;
padding-left: 2px;
}
.firstListHeader {
margin-top: .25em;
margin-top: 1em;
}
.ehsContent {
@ -132,7 +132,7 @@
@media all and (min-width: 1920px) {
.ehsContent {
width: 94%;
width: 96%;
}
}

View file

@ -1076,3 +1076,26 @@ progress {
width: 100%;
}
}
.accentButton {
display: inline-block;
background: rgba(51, 136, 204, .7);
border-radius: 1000px;
padding: 5px 12px;
color: #fff !important;
font-weight: normal !important;
text-decoration: none;
vertical-align: middle;
}
.accentButton:hover {
opacity: .5;
}
.accentButton .fa:not(.notext) {
margin-right: 7px;
}
h1 + .accentButton {
margin: 18px 0 0 20px;
}