mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix padding in header
This commit is contained in:
parent
254c69b2f1
commit
07d3e16ff5
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@
|
||||||
|
|
||||||
@media all and (max-width: 84em) {
|
@media all and (max-width: 84em) {
|
||||||
.withSectionTabs .headerTop {
|
.withSectionTabs .headerTop {
|
||||||
padding-bottom: 0.2em;
|
padding-bottom: 0.55em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sectionTabs {
|
.sectionTabs {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue