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

minor fixes for section headers

This commit is contained in:
dkanada 2019-06-21 14:19:33 -07:00
parent b61a5b53e5
commit 38bed87e92
8 changed files with 29 additions and 65 deletions

View file

@ -887,10 +887,6 @@
margin-bottom: 2.7em
}
.sectionTitleContainer {
margin: 1.25em 0
}
.sectionTitleButton,
.sectionTitleIconButton {
margin-right: 0 !important;
@ -898,30 +894,22 @@
vertical-align: middle
}
.sectionTitleContainer-cards {
margin-bottom: .1em
.sectionTitleContainer {
margin: 1.25em 0;
}
.sectionTitle {
margin-bottom: 1em
.sectionTitleContainer > .sectionTitle {
margin: 0;
display: inline-block;
vertical-align: middle;
}
.sectionTitleContainer-cards {
margin-bottom: 0;
}
.sectionTitle-cards {
margin-left: .28em;
margin-bottom: 0
}
@media all and (min-width:50em) {
.sectionTitle-cards {
margin-left: .55em
}
}
.sectionTitleContainer>.sectionTitle {
margin-top: 0;
margin-bottom: 0;
display: inline-block;
vertical-align: middle
}
.sectionTitleButton {
@ -930,7 +918,7 @@
flex-shrink: 0
}
.sectionTitleButton+.sectionTitleButton {
.sectionTitleButton + .sectionTitleButton {
margin-left: .5em !important
}

View file

@ -14,7 +14,6 @@
}
.osdHeader {
padding-bottom: 3vh;
-webkit-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out;
transition: opacity .3s ease-out;