Gradients

This commit is contained in:
2022-03-13 15:42:32 +01:00
parent 493e1495ce
commit 5a5eaa6615
91 changed files with 270 additions and 185 deletions

View File

@@ -328,8 +328,9 @@ onMount(() => {
<style>
:global(#page_body) {
height: 100%;
height: 100vh;
padding: 0;
background: none;
}
/* Override the menu button so it doesn't overlap the file manager when the menu
@@ -345,7 +346,6 @@ is collapsed */
height: 100%;
display: flex;
flex-direction: column;
background-color: var(--layer_1_color);
}
.nav_bar {
flex-shrink: 0;