Updated compose modal publish button position

Removed fixed positioning of publish button on small screen sizes to top, keep at bottom as compose modal is now scrollable.
This commit is contained in:
mgabdev
2019-10-18 19:20:08 -04:00
parent 236dbf8efd
commit 8a9e73521e
3 changed files with 3 additions and 19 deletions

View File

@@ -4917,16 +4917,10 @@ noscript {
&__close {
position: absolute;
left: 10px;
right: 10px;
top: 10px;
}
&__publish {
position: absolute;
right: 10px;
top: 4px;
}
&__content {
display: flex;
flex-direction: row;
@@ -4967,12 +4961,6 @@ noscript {
border-radius: 0;
height: 100vh;
width: 100vw;
.compose-form__publish.in-modal {
position: fixed;
top: 0;
right: 15px;
}
}
}