UX: fix spacing of composer preview on mobile

Followup to 723d7e3a
This commit is contained in:
Penar Musaraj 2020-07-22 14:36:05 -04:00
parent c1bcb78441
commit 1100b3d185
No known key found for this signature in database
GPG Key ID: E390435D881FF0F7

View File

@ -122,9 +122,13 @@
} }
&.show-preview { &.show-preview {
.submit-panel .save-or-cancel { .submit-panel {
padding-top: 10px;
z-index: z("fullscreen") + 1; z-index: z("fullscreen") + 1;
.cancel { background-color: $secondary;
.cancel,
.mobile-file-upload,
.mobile-preview {
display: none; display: none;
} }
} }
@ -145,12 +149,6 @@
margin-bottom: 40px; margin-bottom: 40px;
} }
} }
.btn.hide-preview {
position: fixed;
right: 5px;
bottom: 5px;
z-index: z("fullscreen") + 1;
}
} }
&.hide-preview { &.hide-preview {