mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix headerLeft justify-content (WebOS 3/4, Tizen 4)
This commit is contained in:
parent
02924e30ac
commit
95f55c2358
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
|||
align-items: center;
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
justify-content: left;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.sectionTabs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue