feat: make sidebar size adjustable by theme
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-07-14 19:36:16 +02:00
parent df741ee5d4
commit 06de4777f9
No known key found for this signature in database
6 changed files with 8 additions and 16 deletions

View file

@ -12,7 +12,7 @@
--padding-color: #e0e0e0;
--sidebar-width: 3em;
--sidebar-width: 2.5em;
--standard-radius: .5em;
--button-radius: .6em;
--pfp-radius: 100%;

View file

@ -19,7 +19,7 @@
--accent-color: #b35719;
--accent-highlighted-color: #c76a2e;
--sidebar-width: 3em;
--sidebar-width: 2.5em;
--standard-radius: .5em;
--button-radius: .6em;
--pfp-radius: 100%;

View file

@ -20,7 +20,7 @@
--accent-color: #ff218c80;
--accent-highlighted-color: #df1b6f80;
--sidebar-width: 3em;
--sidebar-width: 2.5em;
--standard-radius: .5em;
--button-radius: .6em;
--pfp-radius: 100%;

View file

@ -12,7 +12,7 @@
--padding-color: #484848;
--sidebar-width: 3em;
--sidebar-width: 2.5em;
--standard-radius: .5em;
--button-radius: .6em;
--pfp-radius: 100%;

View file

@ -19,7 +19,7 @@
--accent-color: #ff218c80;
--accent-highlighted-color: #df1b6f80;
--sidebar-width: 3em;
--sidebar-width: 2.5em;
--standard-radius: .5em;
--button-radius: .6em;
--pfp-radius: 100%;