mirror of
https://github.com/remvze/moodist.git
synced 2026-03-11 06:23:13 +08:00
feat: add toolbar to notepad
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user