♻️ (note) refacto note width

This commit is contained in:
2021-04-04 10:17:20 +02:00
parent 964ddc7ca7
commit 24668fb23d
2 changed files with 3 additions and 2 deletions

View File

@@ -204,8 +204,8 @@ $header-height: 40px;
}
.note {
min-width: 620px;
max-width: 620px;
min-width: var(--note-width);
max-width: var(--note-width);
}
}