feat: add counter to notepad

This commit is contained in:
MAZE
2024-02-24 16:25:34 +03:30
parent b143e46e92
commit 24245235b1
6 changed files with 259 additions and 3 deletions

View File

@@ -24,3 +24,10 @@
outline: none;
scroll-padding-bottom: 12px;
}
.counter {
margin-top: 8px;
font-size: var(--font-sm);
color: var(--color-foreground-subtle);
text-align: center;
}