Fix Pull Request merge buttons on mobile (#13035)

Signed-off-by: kolaente <k@knt.li>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
mj-v1.14.3
kolaente 4 years ago committed by GitHub
parent 91118bc73d
commit b5e76dddb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1053,6 +1053,16 @@
&.no-header {
#avatar-arrow;
}
@media only screen and (max-width: 767px) {
.form .button {
width: 100%;
&:not(:last-child) {
margin-bottom: 1rem;
}
}
}
}
.markdown {

Loading…
Cancel
Save