fix:#2954-player-gets-cut-off-vertically (#2987)

* fix:#2954-player-gets-cut-off-vertically

* Use header-height variable everywhere

---------

Co-authored-by: thisProjects <wibbet@wobbet.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
Nathan
2023-05-05 11:10:28 -07:00
committed by GitHub
co-authored by thisProjects Gabe Kangas
parent d3d8a72aef
commit 04848c1d8c
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
.layout {
// this margin is for fixed header
margin-top: 55px;
margin-top: var(--header-height);
background-color: var(--theme-color-main-background);
@include screen(tablet) {
position: absolute;