Update grid layout and remove unused CSS

This commit is contained in:
2026-02-01 02:50:17 +01:00
parent 25561dd7f8
commit 2d39935045

View File

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