From 7be1ab53ec6e375f866122d951d5e2242284da97 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 1 Dec 2024 21:51:25 +0200 Subject: [PATCH] scratch that, just a smaller absolute value --- src/components/tab_switcher/tab_switcher.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index dfb23811..b78cb732 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -130,7 +130,7 @@ &:not(.active) { margin-top: 0; - margin-left: 20%; + margin-left: 1.5em; } @media all and (max-width: 800px) { @@ -139,6 +139,11 @@ margin-right: calc(0.25em - 200px); margin-left: 0.25em; + &:not(.active) { + margin-top: 0; + margin-left: 0.5em; + } + .text { display: none; }