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

@ -32,6 +32,8 @@ button {
.itemsContainer {
display: flex;
margin-left: -0.6em;
margin-right: -0.6em;
}
.vertical-list {
@ -77,7 +79,7 @@ button {
.cardBox {
padding: 0 !important;
margin: .42em;
margin: 0.6em;
transition: none;
border: 0 solid transparent;
/* These both are needed in case cardBox is a button */
@ -86,25 +88,10 @@ button {
contain: layout style;
}
/*.cardBox-withfocuscontent {
margin: .68em;
}*/
@media (min-width: 50em) {
.cardBox {
margin: .9em;
}
}
.cardBox-withfocuscontent-large {
margin: .4em;
}
/*.card-focuscontent {
border: .12em solid transparent;
}*/
.card-focuscontent-large {
border: .5em solid transparent;
}
@ -123,7 +110,6 @@ button {
}
@media (max-width: 50em) {
.cardBox-bottompadded {
margin-bottom: 1.2em !important;
}
@ -213,9 +199,9 @@ button {
font-size: inherit;
}
.cardContent-button:not(.defaultCardBackground) {
background-color: transparent;
}
.cardContent-button:not(.defaultCardBackground) {
background-color: transparent;
}
.visualCardBox .cardContent {
border-bottom-left-radius: 0;
@ -371,9 +357,9 @@ button {
justify-content: center;*/
}
.textActionButton:hover {
text-decoration: underline;
}
.textActionButton:hover {
text-decoration: underline;
}
.cardImageIcon {
font-size: 5em;
@ -797,4 +783,4 @@ button {
.cardOverlayFab-primary:hover {
transform: scale(1.4, 1.4);
transition: 0.2s;
}
}