Skip to content

Commit

Permalink
Hide file borders on sticky diff box (go-gitea#22217)
Browse files Browse the repository at this point in the history
Before: (1px border left and right when scrolled to a file)
<img width="1143" alt="Screenshot 2022-12-22 at 15 37 54"
src="https://user-images.githubusercontent.com/115237/209158082-c1a413b1-45b7-46b7-a71c-8e5a06324f43.png">

After: (no border)
<img width="1149" alt="Screenshot 2022-12-22 at 15 39 01"
src="https://user-images.githubusercontent.com/115237/209158086-9b00641f-2f41-4de1-9c08-22230c8a966a.png">

Layout in the box does not shift with the changes.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
  • Loading branch information
silverwind and lunny authored Dec 23, 2022
1 parent a2779de commit 41f0668
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -1595,6 +1595,8 @@
border-bottom: 1px solid var(--color-secondary);
padding-left: 2px;
padding-right: 2px;
margin-left: -1px;
margin-right: -1px;
}

> div::after {
Expand Down

0 comments on commit 41f0668

Please sign in to comment.