mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update elements
This commit is contained in:
parent
ab2d2eaf94
commit
7b96f75a6c
24 changed files with 500 additions and 459 deletions
|
@ -64,10 +64,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.cardImage {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.cardOverlayButtonContainer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
|
|
@ -1124,6 +1124,13 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 530px) {
|
||||
|
||||
.alphabetPicker {
|
||||
font-size: 84%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-height: 900px) {
|
||||
|
||||
.alphabetPicker {
|
||||
|
|
|
@ -244,7 +244,7 @@ div[data-role='page'] {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.checkboxContainer input {
|
||||
.checkboxContainer input:not([is=emby-checkbox]) {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
vertical-align: middle;
|
||||
|
@ -253,7 +253,7 @@ div[data-role='page'] {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.checkboxContainer label {
|
||||
.checkboxContainer label:not(.mdl-checkbox) {
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
padding: .7em .5em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue