small fixes

pull/853/head
Vincent 6 years ago
parent ad48730300
commit 2e3ae0cf45

@ -433,7 +433,7 @@
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
margin-bottom: 8px; margin-bottom: 8px;
padding-left: 0px 15px; padding: 0px 15px;
.send-message { .send-message {
flex-grow: 1; flex-grow: 1;

@ -587,10 +587,10 @@ label {
position: absolute; position: absolute;
left: 0px; left: 0px;
right: 0px; right: 0px;
margin: 0px $session-margin-sm; margin: 0px $session-margin-lg;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
height: 48px; height: $main-view-header-height;
.close-button { .close-button {
float: left; float: left;

Loading…
Cancel
Save