From 3e6b377bb29c661b36329de5f18f69cb3ee6e01a Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sat, 2 Oct 2021 21:27:08 +0200 Subject: styling refactor, player audio mode --- styles/main/_header.scss | 1 + styles/main/_layout.scss | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'styles/main') diff --git a/styles/main/_header.scss b/styles/main/_header.scss index ea75f5e..903b0cc 100644 --- a/styles/main/_header.scss +++ b/styles/main/_header.scss @@ -2,6 +2,7 @@ height: 2em; background-color: var(--color-glass); border-bottom: 1px solid var(--color-window-border-bottom); + z-index: 2; nav { display: flex; diff --git a/styles/main/_layout.scss b/styles/main/_layout.scss index abdd845..6bde0f1 100644 --- a/styles/main/_layout.scss +++ b/styles/main/_layout.scss @@ -1,12 +1,10 @@ .layout { + display: flex; + flex-direction: column; color: var(--color-text); height: 100vh; + width: 100%; background: var(--color-bg); background: linear-gradient(to bottom right, var(--color-bg) 0%, var(--color-bg-alt) 100%); - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; overflow: hidden; } -- cgit v1.2.3