diff --git a/desktop/desktop.scss b/desktop/desktop.scss index b0d1bc6..cf0687e 100644 --- a/desktop/desktop.scss +++ b/desktop/desktop.scss @@ -133,8 +133,10 @@ bottom: 60px; } - body:has(#reply-control.draft.show-preview) & { - bottom: 60px; + @media screen and (max-width: 1520px) { + body:has(#reply-control.draft.show-preview) & { + bottom: 60px; + } } background-color: var(--tertiary);