Skip to content

Commit b5e76dd

Browse files
Fix Pull Request merge buttons on mobile (#13035)
Signed-off-by: kolaente <k@knt.li> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
1 parent 91118bc commit b5e76dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: web_src/less/_repository.less

+10
Original file line numberDiff line numberDiff line change
@@ -1053,6 +1053,16 @@
10531053
&.no-header {
10541054
#avatar-arrow;
10551055
}
1056+
1057+
@media only screen and (max-width: 767px) {
1058+
.form .button {
1059+
width: 100%;
1060+
1061+
&:not(:last-child) {
1062+
margin-bottom: 1rem;
1063+
}
1064+
}
1065+
}
10561066
}
10571067

10581068
.markdown {

0 commit comments

Comments
 (0)