mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
fix build view ui
This commit is contained in:
@@ -1755,7 +1755,7 @@ footer {
|
||||
.ui {
|
||||
&.left,
|
||||
&.right {
|
||||
line-height: 40px;
|
||||
line-height: 39px; // there is a border-top on the footer, so make the line-height 1px less
|
||||
}
|
||||
}
|
||||
}
|
||||
|
14
web_src/less/_repository_build.less
Normal file
14
web_src/less/_repository_build.less
Normal file
@@ -0,0 +1,14 @@
|
||||
.page-content.repository {
|
||||
.build-view-header {
|
||||
height: 60px;
|
||||
|
||||
h1 {
|
||||
font-size: 20px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.index {
|
||||
color: var(--color-text-light-2);
|
||||
}
|
||||
}
|
||||
}
|
@@ -28,6 +28,7 @@
|
||||
@import "_install";
|
||||
@import "_form";
|
||||
@import "_repository";
|
||||
@import "_repository_build";
|
||||
@import "_editor";
|
||||
@import "_organization";
|
||||
@import "_user";
|
||||
|
Reference in New Issue
Block a user