mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix sticky diff stats container (#12002)
* Fix sticky diff stats container * Use pure CSS sticky instead of Fomantic's JS * add border color to arc-green * add slight padding on sides * make linter happy Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
committed by
GitHub
parent
fc2f2c7602
commit
daf62841f6
@@ -1335,6 +1335,10 @@ a.ui.labels .label:hover {
|
||||
.detail-files {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
&.sticky {
|
||||
border-bottom-color: rgba(255, 255, 255, .1);
|
||||
}
|
||||
}
|
||||
|
||||
.comment-code-cloud {
|
||||
|
Reference in New Issue
Block a user