mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added default padding settings
This commit is contained in:
parent
66df4658eb
commit
dbf4cb3d23
25 changed files with 102 additions and 122 deletions
|
@ -611,30 +611,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.itemOverview {
|
||||
text-overflow: ellipsis;
|
||||
max-height: 100px;
|
||||
padding-right: .5em;
|
||||
}
|
||||
|
||||
.desktopOverview {
|
||||
min-width: 500px;
|
||||
}
|
||||
|
||||
.mobileOverview {
|
||||
display: none;
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
.empty {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.mobileGenres {
|
||||
display: none;
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
.darkScrollbars ::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
|
@ -865,14 +845,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
max-width: 120px;
|
||||
}
|
||||
|
||||
.mobileOverview:not(.hide), .mobileGenres {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.desktopOverview, .desktopGenres {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.inlineItemName {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue