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

enable additional css containment

This commit is contained in:
Luke Pulverenti 2016-05-29 22:15:32 -04:00
parent ee96fa577b
commit e6d3222572
11 changed files with 32 additions and 70 deletions

View file

@ -2,12 +2,23 @@
display: inline-block;
text-align: left;
position: relative;
contain: style;
}
iron-list .card {
display: block;
/*.itemsContainer .card {
contain: layout style;
}
.itemsContainer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.itemsContainer.smoothScrollX, .itemsContainer.hiddenScrollX {
display: block;
}*/
.card, .card a {
text-decoration: none;
font-weight: 400 !important;

View file

@ -62,6 +62,10 @@
padding-bottom: 0;
}
.pageTabContent {
contain: style;
}
.pageWithAbsoluteTabs .pageTabContent, .libraryPage > .ui-content {
padding-top: 10px;
}
@ -1166,13 +1170,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
}
}
@media all and (min-height: 480px) and (max-width: 800px) {
.absolutePageTabContent .itemsContainerWithAlphaPicker iron-list {
width: 99.5% !important;
}
}
@media all and (min-height: 500px) {
.alphabetPicker {