mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix collection padding in tv layout
This commit is contained in:
parent
ecabb4cf65
commit
358b4825e1
1 changed files with 3 additions and 3 deletions
|
@ -1017,9 +1017,9 @@
|
|||
}
|
||||
|
||||
.layout-tv .itemsViewSettingsContainer {
|
||||
-webkit-box-pack: end;
|
||||
-webkit-justify-content: flex-end;
|
||||
justify-content: flex-end;
|
||||
-webkit-box-pack: center;
|
||||
-webkit-justify-content: center;
|
||||
justify-content: center;
|
||||
padding: 1.5em .75em 1em 0;
|
||||
font-size: 92%
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue