Update finimalism.css
This commit is contained in:
parent
e5b53ceaad
commit
c8e1538270
1 changed files with 23 additions and 1 deletions
|
@ -1550,7 +1550,7 @@ transform:scale(1.05)!important
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-left: 5px; /* Adjust as needed */
|
||||
padding-left: 0px; /* Adjust as needed */
|
||||
}
|
||||
|
||||
/* Hide Genres and Writers */
|
||||
|
@ -1563,3 +1563,25 @@ transform:scale(1.05)!important
|
|||
.itemTags {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nextUpSection h2.sectionTitle {
|
||||
text-align: center !important;
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
|
||||
|
||||
.verticalSection-extrabottompadding .emby-button .listItem {
|
||||
height: 20px; /* Adjust the height as needed */
|
||||
}
|
||||
|
||||
.verticalSection-extrabottompadding .emby-button .listItemIcon {
|
||||
font-size: 15px; /* Adjust the icon size as needed */
|
||||
}
|
||||
|
||||
.verticalSection-extrabottompadding .emby-button .listItemBody {
|
||||
line-height: 20px; /* Adjust the line height as needed */
|
||||
}
|
||||
|
||||
.verticalSection-extrabottompadding .emby-button .listItemBodyText {
|
||||
margin-top: 2px; /* Adjust the top margin of the text as needed */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue