Skip to content

Commit cf5a281

Browse files
authored
Adjust sticky pr header to cover background (#23956)
Very minor CSS tweak: Adjust sticky PR header to cover the box-shadow of selected files. Before: <img width="1250" alt="Screenshot 2023-04-06 at 22 54 59" src="https://user-images.githubusercontent.com/115237/230492218-4d71da48-a362-4c52-a7f7-01daf4ffa458.png"> After: <img width="1255" alt="Screenshot 2023-04-06 at 22 54 46" src="https://user-images.githubusercontent.com/115237/230492227-c7142210-e535-4da8-b610-37d33dcbb549.png">
1 parent 1ee4530 commit cf5a281

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web_src/css/repository.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1622,10 +1622,10 @@
16221622
top: 0;
16231623
z-index: 8;
16241624
border-bottom: none;
1625-
padding-left: 2px;
1626-
padding-right: 2px;
1627-
margin-left: -1px;
1628-
margin-right: -1px;
1625+
padding-left: 5px;
1626+
padding-right: 5px;
1627+
margin-left: -4px;
1628+
margin-right: -4px;
16291629
}
16301630

16311631
.repository .diff-detail-box > div::after {

0 commit comments

Comments
 (0)