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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user