mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update list styles
This commit is contained in:
parent
559d8eb5f6
commit
2b483db762
21 changed files with 82 additions and 111 deletions
|
@ -1019,7 +1019,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
|
||||
.itemsContainer {
|
||||
margin: 0 auto;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.alphabetPicker {
|
||||
|
@ -1174,21 +1173,12 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
.itemsListview {
|
||||
margin: 0 auto !important;
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
.itemsListview {
|
||||
background-color: transparent !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.itemsListview .listItem {
|
||||
border-bottom: 1px solid #303030;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.itemsListview .listviewMenuButton {
|
||||
margin-right: 0 !important;
|
||||
border-bottom: 1px solid #2a2a2a;
|
||||
}
|
||||
|
||||
.itemsListview .ui-li-count {
|
||||
|
@ -1207,50 +1197,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
left: 55px;
|
||||
}
|
||||
|
||||
.itemsListview .content-icon {
|
||||
width: auto !important;
|
||||
padding-right: .7em;
|
||||
}
|
||||
|
||||
.itemsListview.paperList {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.itemsListview paper-item-body {
|
||||
min-height: 0 !important;
|
||||
}
|
||||
|
||||
.itemsListview .mediaItem {
|
||||
padding: 7px 0;
|
||||
}
|
||||
|
||||
.listviewImage {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.listviewImage.small {
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.listViewUserDataButtons {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
@media all and (min-width: 1200px) {
|
||||
|
||||
.listItem:hover .listViewUserDataButtons {
|
||||
visibility: visible !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 1200px) {
|
||||
|
||||
.listViewUserDataButtons {
|
||||
|
|
|
@ -219,7 +219,7 @@
|
|||
}
|
||||
|
||||
.viewMenuBar, .libraryViewNav {
|
||||
background-color: #2a2a2a;
|
||||
background-color: #2b2b2b;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
/* Above everything, except for the video player and popup overlays */
|
||||
z-index: 1097;
|
||||
color: #fff;
|
||||
background-color: #2a2a2a;
|
||||
background-color: #2b2b2b;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue