diff --git a/desktop/desktop.scss b/desktop/desktop.scss index fb3b167..d7c27f5 100644 --- a/desktop/desktop.scss +++ b/desktop/desktop.scss @@ -181,11 +181,16 @@ div.menu-links-header a:hover, .menu-panel ul.menu-links li:hover, .user-menu .n right: auto; } } -#reply-control .contents .composer-bottom-right { +.edit-title .open #reply-control .contents .composer-bottom-right { position: absolute; width: 100%; bottom: 310px; } +.open #reply-control .contents .composer-bottom-right { + position: absolute; + width: 100%; + bottom: 210px; +} #reply-control .contents .composer-bottom-right .toggle-preview { float: right; }