From 1fcef8864facc8a25875368292195657bb0b7b6f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 02:43:42 +0100 Subject: [PATCH] Adjust sidebar footer alignment and padding --- src/index.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 56382d5..8d479b5 100644 --- a/src/index.css +++ b/src/index.css @@ -112,9 +112,9 @@ body { flex-direction: row; align-items: center; gap: 8px; + justify-content: center; margin-top: auto; - padding-left: 24px; - padding-right: 24px; + padding: 0 24px 16px; } .sidebar__footer .icon-button { @@ -122,6 +122,16 @@ body { height: 36px; } +.sidebar__footer--collapsed { + position: absolute; + left: 0; + right: 0; + bottom: 16px; + margin-top: 0; + padding: 0 32px; + justify-content: flex-start; +} + .app-title { font-size: 1.4rem; letter-spacing: 0.08em;