diff --git a/src/index.css b/src/index.css index 0532240..3880d38 100644 --- a/src/index.css +++ b/src/index.css @@ -72,7 +72,7 @@ body { } .app--sidebar-collapsed { - grid-template-columns: 1fr; + grid-template-columns: 60px 1fr; } .sidebar { @@ -431,15 +431,6 @@ body:not([data-theme="light"]) .folder-item { flex-direction: column; } -.workspace__footer { - display: flex; - align-items: center; -} - -.workspace__footer .sidebar__footer { - padding: 0; -} - .workspace__topbar { position: absolute; top: 24px;