diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-31 13:19:05 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-08-06 20:53:10 -0400 |
| commit | 32b4d4d223e833e25b53d98a61f71f56142d67ab (patch) | |
| tree | 0821235c0ea1f15fd71242f2e9e5f68b207ed96d /src | |
| parent | a13c945143946aa4e2d70710f03ae5113f61ac93 (diff) | |
css improvements
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/mobile_post_status_modal/mobile_post_status_modal.vue | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/components/mobile_post_status_modal/mobile_post_status_modal.vue b/src/components/mobile_post_status_modal/mobile_post_status_modal.vue index 5db7584b..b6d7d3ba 100644 --- a/src/components/mobile_post_status_modal/mobile_post_status_modal.vue +++ b/src/components/mobile_post_status_modal/mobile_post_status_modal.vue @@ -34,14 +34,19 @@ @import '../../_variables.scss'; .post-form-modal-view { - max-height: 100%; - display: block; + align-items: flex-start; } .post-form-modal-panel { flex-shrink: 0; - margin: 25% 0 4em 0; + margin-top: 25%; + margin-bottom: 2em; width: 100%; + max-width: 700px; + + @media (orientation: landscape) { + margin-top: 8%; + } } .new-status-button { |
