Adjust sidebar footer alignment and padding

This commit is contained in:
2026-02-01 02:43:42 +01:00
parent ecf860c3a7
commit 1fcef8864f

View File

@@ -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;