mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Rework blame template and styling (#11885)
* Rework blame template and styling * cleanup template and add missing NumLines Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
committed by
GitHub
parent
a7f7d1399f
commit
c8780984f8
@@ -1,5 +1,4 @@
|
||||
.repository {
|
||||
|
||||
padding-top: 15px;
|
||||
|
||||
.repo-header {
|
||||
@@ -246,6 +245,12 @@
|
||||
}
|
||||
|
||||
&.file.list {
|
||||
&.blame {
|
||||
.ui.container:not(.flex) {
|
||||
width: 98%;
|
||||
}
|
||||
}
|
||||
|
||||
.repo-description {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -1646,7 +1651,6 @@
|
||||
width: 1%;
|
||||
min-width: 50px;
|
||||
user-select: none;
|
||||
vertical-align: top;
|
||||
|
||||
span.fold {
|
||||
display: block;
|
||||
|
Reference in New Issue
Block a user