Skip to content

Commit

Permalink
Fix Pull Request merge buttons on mobile (go-gitea#13035)
Browse files Browse the repository at this point in the history
Signed-off-by: kolaente <k@knt.li>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
  • Loading branch information
kolaente and techknowlogick authored Oct 5, 2020
1 parent 91118bc commit b5e76dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b5e76dd

Please sign in to comment.