mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix leftHeader alignement issue
This commit is contained in:
parent
ecf0ee0c34
commit
b56cc14a1b
1 changed files with 4 additions and 3 deletions
|
@ -133,10 +133,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.headerLeft {
|
.headerLeft {
|
||||||
display: flex;
|
display: flex;justify-content: left;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overflow: hidden
|
overflow: hidden;
|
||||||
|
justify-content: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sectionTabs {
|
.sectionTabs {
|
||||||
|
@ -530,7 +531,7 @@
|
||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
justify-content: left;
|
||||||
@media all and (min-width:31.25em) {
|
@media all and (min-width:31.25em) {
|
||||||
.mobileDetails {
|
.mobileDetails {
|
||||||
display: none
|
display: none
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue