From bc25bed208f33ecc875a2299fcf1e07f13a0c74b Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 7 Sep 2022 12:52:33 +0200 Subject: [PATCH] removed test background moved xp bar lower defining avatar width and height --- frontend/src/styles/nav.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/styles/nav.scss b/frontend/src/styles/nav.scss index 3beca959f..f545c1ba3 100644 --- a/frontend/src/styles/nav.scss +++ b/frontend/src/styles/nav.scss @@ -10,7 +10,6 @@ width: -moz-fit-content; .textButton { - background: var(--sub-alt-color); .text { font-size: 0.65em; line-height: 0rem; @@ -35,6 +34,8 @@ .avatar { grid-column: 1/2; grid-row: 1/2; + width: 1.25em; + height: 1.25em; } .loading, @@ -63,7 +64,7 @@ pointer-events: none; position: absolute; height: 0.25em; - bottom: -0.25em; + bottom: -0.5em; width: 100%; left: 0; background: var(--sub-alt-color);