feat: add toolbar to notepad

This commit is contained in:
MAZE
2024-02-24 19:23:17 +03:30
parent ae3ea8c74f
commit 7463334053
7 changed files with 143 additions and 4 deletions

View File

@@ -9,6 +9,12 @@
font-weight: 500;
color: var(--color-foreground-subtle);
}
& .buttons {
display: flex;
column-gap: 4px;
align-items: center;
}
}
.textarea {
@@ -27,7 +33,7 @@
.counter {
margin-top: 8px;
font-size: var(--font-sm);
font-size: var(--font-xsm);
color: var(--color-foreground-subtle);
text-align: center;
}