mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix button alignments
This commit is contained in:
parent
c4c34ba314
commit
caf2199d45
9 changed files with 63 additions and 63 deletions
|
@ -1131,6 +1131,13 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 480px) {
|
||||
|
||||
.alphabetPicker {
|
||||
font-size: 76%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-height: 900px) {
|
||||
|
||||
.alphabetPicker {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue