mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
File header tweaks, add CSS helpers (#12635)
- replace two instances of fontawesome with octicons - add new "class" optional argument to "svg" helper - add many new CSS helpers and move their import to the end for increaseed precedence Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
@@ -3139,6 +3139,11 @@ td.blob-excerpt {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.file-info-entry {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.file-info-entry + .file-info-entry {
|
||||
border-left: 1px solid currentColor;
|
||||
margin-left: 8px;
|
||||
|
Reference in New Issue
Block a user