Update CSS for workspace layout and footer styling

This commit is contained in:
2026-02-01 02:47:07 +01:00
parent 10812ee712
commit f75fdf8e41

View File

@@ -419,6 +419,25 @@ body:not([data-theme="light"]) .folder-item {
height: 100%;
overflow: hidden;
position: relative;
display: flex;
flex-direction: column;
min-height: 0;
}
.workspace__body {
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
}
.workspace__footer {
display: flex;
align-items: center;
}
.workspace__footer .sidebar__footer {
padding: 0;
}
.workspace__topbar {
@@ -442,7 +461,7 @@ body:not([data-theme="light"]) .folder-item {
display: grid;
grid-template-columns: 1fr;
gap: 24px;
height: 100%;
flex: 1;
min-height: 0;
}