Updated compose modal button

Removed pubilsh button from compose modal component. Using original compose form publish button instead.
This commit is contained in:
mgabdev
2019-10-18 01:36:04 -04:00
parent caf72d0467
commit 236dbf8efd
3 changed files with 12 additions and 7 deletions

View File

@@ -4967,6 +4967,12 @@ noscript {
border-radius: 0;
height: 100vh;
width: 100vw;
.compose-form__publish.in-modal {
position: fixed;
top: 0;
right: 15px;
}
}
}