From 8b09b903211e491d1ea3258f8f03837dcfda02ad Mon Sep 17 00:00:00 2001 From: Samuel Papke Date: Tue, 2 May 2023 09:58:07 +0200 Subject: [PATCH] Fix sidebar width (#57) * fix: icnrease side-docks and ribbon width so icons are not cut off * fix: increase header-height to match tab-header --- SCSS/_blocks/_variables.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/SCSS/_blocks/_variables.scss b/SCSS/_blocks/_variables.scss index 9388551..8cd6bd5 100644 --- a/SCSS/_blocks/_variables.scss +++ b/SCSS/_blocks/_variables.scss @@ -32,7 +32,7 @@ --max-width-text: 750px; /* Companion */ - --spectrum-side-docks: 0 0 30px; + --spectrum-side-docks: 0 0 40px; --spectrum-hue: 20; --monochrome-color: hsl(var(--spectrum-hue), 100%, 50%); } @@ -90,6 +90,9 @@ --background-modifier-error: #cf2d2d; --background-modifier-error-hover: #a72020; --text-highlight-bg: #e9b35f; + + --ribbon-width: 40px; + --header-height: 42px; } :root, @@ -121,6 +124,9 @@ --background-modifier-error: #cf2d2d; --background-modifier-error-hover: #a72020; --text-highlight-bg: #e9b35f; + + --ribbon-width: 40px; + --header-height: 42px; } @font-face {