Update grid layout and remove unused CSS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user