UX: fix minimised draft bg colour for composer (#89)

Followup fix for #84
This commit is contained in:
chapoi
2025-03-28 21:17:45 +08:00
committed by GitHub
parent 0a416d317e
commit f70524a44b
+1 -1
View File
@@ -10,7 +10,7 @@
}
}
#reply-control.hide-preview {
#reply-control.hide-preview:not(.draft) {
@include breakpoint("mobile-extra-large", $rule: min-width) {
background: var(--d-content-background);