Composer styling on desktop (#84)

This commit is contained in:
chapoi
2025-03-28 05:41:20 +08:00
committed by Jordan Vidrine
parent 0fbe345c0c
commit 701b69e0df
+2 -1
View File
@@ -10,12 +10,13 @@
}
}
#reply-control.hide-preview:not(.draft) {
#reply-control.hide-preview {
@include breakpoint("mobile-extra-large", $rule: min-width) {
background: var(--d-content-background);
border-top-right-radius: var(--d-border-radius);
border-top-left-radius: var(--d-border-radius);
overflow: hidden;
.grippie {
background: var(--tertiary-low);