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;