aboutsummaryrefslogtreecommitdiffstats
path: root/styles/main/_layout.scss
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2021-10-02 21:27:08 +0200
committerGravatar piotrruss <mail@pruss.it> 2021-10-02 21:53:43 +0200
commit3e6b377bb29c661b36329de5f18f69cb3ee6e01a (patch)
treefecd19a71a32b492dbfc8b057fa3143416ccf494 /styles/main/_layout.scss
parent49652bec567ddb75fb6041c2a34ddb37e9694f08 (diff)
downloadmy_apps-3e6b377bb29c661b36329de5f18f69cb3ee6e01a.tar.gz
my_apps-3e6b377bb29c661b36329de5f18f69cb3ee6e01a.tar.bz2
my_apps-3e6b377bb29c661b36329de5f18f69cb3ee6e01a.zip
styling refactor, player audio mode
Diffstat (limited to 'styles/main/_layout.scss')
-rw-r--r--styles/main/_layout.scss8
1 files changed, 3 insertions, 5 deletions
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;
}