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