logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 1306c46a53ec37bb738b4d6eb32be9c59b2136fe
parent 59eb3e734a9dcb8376e46d6ce58249eefedfac7f
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 19 Jun 2024 22:52:55 +0300

scale navbar font size with its size

Diffstat:

Msrc/App.scss1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/App.scss b/src/App.scss @@ -159,6 +159,7 @@ nav { box-shadow: var(--shadow); box-sizing: border-box; height: var(--navbar-height); + font-size: calc(var(--navbar-height) / 3.5); position: fixed; }