Fix submission button for posts on mobile
Closes #747 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
02931ec0cd
commit
909a1030ef
@ -395,12 +395,23 @@ export default class EditPost extends mixins(GroupMixin) {
|
|||||||
}
|
}
|
||||||
form {
|
form {
|
||||||
nav.navbar {
|
nav.navbar {
|
||||||
position: sticky;
|
min-height: 2rem !important;
|
||||||
bottom: 0;
|
background: lighten($secondary, 10%);
|
||||||
min-height: 2rem;
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
min-height: 2rem;
|
min-height: 2rem;
|
||||||
|
|
||||||
|
.navbar-menu,
|
||||||
|
.navbar-end {
|
||||||
|
display: flex !important;
|
||||||
|
background: lighten($secondary, 10%);
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-end {
|
||||||
|
justify-content: flex-end;
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user