logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 7be1ab53ec6e375f866122d951d5e2242284da97
parent 7b0f72601be2ea03e76ab2d0b167740daba5c93f
Author: Henry Jameson <me@hjkos.com>
Date:   Sun,  1 Dec 2024 21:51:25 +0200

scratch that, just a smaller absolute value

Diffstat:

Msrc/components/tab_switcher/tab_switcher.scss7++++++-
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 @@ -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; }