changed nav-offset variable to match height of the nav
nav-offset variable was 60px which made content more lower than needed to
This commit is contained in:
parent
39541a9b06
commit
d9f1ab0d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
--theme-color: #000000;
|
--theme-color: #000000;
|
||||||
--color-scheme: dark;
|
--color-scheme: dark;
|
||||||
--tile-color: var(--primary-color);
|
--tile-color: var(--primary-color);
|
||||||
--nav-offset: 60px;
|
--nav-offset: 48px;
|
||||||
--nav-mobile-offset: 55px;
|
--nav-mobile-offset: 55px;
|
||||||
|
|
||||||
/* Should we render the series cover as background on mobile */
|
/* Should we render the series cover as background on mobile */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue