🐛 Fix button spacing on delete account modal

This commit is contained in:
Eva 2023-02-01 13:37:06 +01:00
parent 575aec209c
commit 82d6ba790c
2 changed files with 5 additions and 1 deletions

View file

@ -17,7 +17,7 @@ $height-palette-max: 80px;
#workspace {
width: 100vw;
height: 100vh;
height: 100%;
user-select: none;
background-color: $color-canvas;
display: grid;
@ -37,6 +37,8 @@ $height-palette-max: 80px;
.left-toolbar {
grid-area: toolbar;
width: $width-left-toolbar;
overflow-y: scroll;
overflow-x: hidden;
}
.settings-bar.settings-bar-left {