Update desktop.scss

This commit is contained in:
M1thrandir 2017-07-28 15:10:34 -06:00 committed by GitHub
parent fbe36ed115
commit 4b860c39a1

View File

@ -162,6 +162,23 @@ div.menu-links-header a:hover, .menu-panel ul.menu-links li:hover, .user-menu .n
#reply-control > .contents > .control, #reply-control > .contents > .control-row {
height: 100%;
}
#reply-control > .contents > .composer-bottom-right {
position: relative;
width: 100%;
bottom: 300px;
}
#reply-control > .contents > .composer-bottom-right > .toggle-preview {
float: right;
}
#reply-control > .contents > .composer-bottom-right > .toggle-preview,
#reply-control > .contents > .composer-bottom-right > .draft-status {
position: relative;
bottom: auto;
margin-top: 0px;
}
#reply-control > .contents > .composer-bottom-right > .draft-status {
margin-left: 49%;
}
#reply-control > .contents > .submit-panel {
right: auto;
display: inline-block;