fix: Adapt spacing to new compact design

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2024-08-31 11:45:33 +02:00
parent a0bcbc5cc6
commit cf0b90369a
5 changed files with 15 additions and 12 deletions

View File

@@ -168,11 +168,13 @@ export default {
.dashboard-column {
display: flex;
flex-direction: column;
min-width: $stack-width;
width: $stack-width;
margin-left: $stack-spacing;
margin-right: $stack-spacing;
h3 {
font-size: var(--default-font-size);
margin: -6px;
margin-bottom: 12px;
padding: 6px 13px;