Note editor/Sidebar styling tweaks

This commit is contained in:
2026-01-23 11:17:46 +00:00
parent 77d3e09379
commit b5a84c076d
4 changed files with 9 additions and 5 deletions

View File

@@ -126,6 +126,10 @@ body {
}
}
.bn-editor {
padding-inline: 0 !important;
}
@layer base {
* {
@apply border-border outline-ring/50;