mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix padding for normal item containers
This commit is contained in:
parent
6ad9e090f6
commit
beedbca92c
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@
|
|||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* align heading for normal item containers */
|
||||
/* still not ideal solution but better than the last method */
|
||||
.verticalSection > .itemsContainer .cardBox {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
@media all and (max-width:50em) {
|
||||
.emby-scroller {
|
||||
padding-left: 3.3%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue