Skip to content

Commit

Permalink
feat(pr review): add more space on mobile (#21326)
Browse files Browse the repository at this point in the history
This PR adds more space to the review screen on mobile so that comments
are more readable and less "squashed" an smaller screens.

Before:

![Screen Shot 2022-10-03 at 17 12
26](https://user-images.githubusercontent.com/13721712/193612834-6add9e25-f635-4a5b-84f6-b8e2b320ec29.png)

After:

![Screen Shot 2022-10-03 at 17 10
15](https://user-images.githubusercontent.com/13721712/193612671-ab4ef640-0360-44ef-9184-b366b7abeb37.png)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
  • Loading branch information
3 people committed Oct 11, 2022
1 parent 5ba2306 commit d8a80b0
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 @@ -988,6 +988,12 @@
.comment-form-reply .footer {
padding-bottom: 1em;
}

@media @mediaSm {
.ui.segments {
margin-left: -2rem;
}
}
}

.ui.comments {
Expand Down Expand Up @@ -1165,6 +1171,10 @@
box-shadow: none;
}
}

@media @mediaSm {
padding: 1rem 0 !important; // Important is required here to override existing fomantic styles.
}
}

.ui.depending {
Expand Down

0 comments on commit d8a80b0

Please sign in to comment.