diff --git a/web-src/index.html b/web-src/index.html index 0c14562d..d75acd34 100644 --- a/web-src/index.html +++ b/web-src/index.html @@ -17,7 +17,7 @@ OwnTone - +
diff --git a/web-src/src/mystyles.scss b/web-src/src/mystyles.scss index 76ee8434..55e672f4 100644 --- a/web-src/src/mystyles.scss +++ b/web-src/src/mystyles.scss @@ -72,13 +72,8 @@ a.navbar-item { 0 6px 20px 0 rgba(0, 0, 0, 0.19); } -.fd-page { - margin-top: $navbar-height; - margin-bottom: $navbar-height; - &-with-tabs { - margin-top: calc(2 * $navbar-height) !important; - margin-bottom: $navbar-height; - } +.fd-page-with-tabs { + margin-top: $navbar-height !important; } /* Set minimum height to hide "option" section */ diff --git a/web-src/src/pages/PageAbout.vue b/web-src/src/pages/PageAbout.vue index 32f40ccd..f66c556f 100644 --- a/web-src/src/pages/PageAbout.vue +++ b/web-src/src/pages/PageAbout.vue @@ -1,5 +1,5 @@