UX: Mobile composer fixes (#136)

This commit is contained in:
Jordan Vidrine
2025-04-14 16:33:30 -05:00
committed by GitHub
parent 776071fdb0
commit 7ab29303dd
+8
View File
@@ -205,3 +205,11 @@
border: 1px solid var(--tertiary-low);
}
}
.mobile-device #reply-control.show-preview .submit-panel {
background-color: var(--background-color);
}
.d-editor-preview-wrapper {
outline: 2px solid var(--background-color);
}