css improvements

This commit is contained in:
taehoon 2019-07-31 13:19:05 -04:00
parent a13c945143
commit 32b4d4d223

View file

@ -34,14 +34,19 @@
@import '../../_variables.scss'; @import '../../_variables.scss';
.post-form-modal-view { .post-form-modal-view {
max-height: 100%; align-items: flex-start;
display: block;
} }
.post-form-modal-panel { .post-form-modal-panel {
flex-shrink: 0; flex-shrink: 0;
margin: 25% 0 4em 0; margin-top: 25%;
margin-bottom: 2em;
width: 100%; width: 100%;
max-width: 700px;
@media (orientation: landscape) {
margin-top: 8%;
}
} }
.new-status-button { .new-status-button {