diff --git a/scss/mobile-stuff.scss b/scss/mobile-stuff.scss index e902fd8..1bc6d86 100644 --- a/scss/mobile-stuff.scss +++ b/scss/mobile-stuff.scss @@ -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); +}