1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00

fix: remove build view header

This commit is contained in:
Jason Song
2022-11-18 16:44:44 +08:00
parent 5230c7a364
commit f3a9a25682
4 changed files with 1 additions and 23 deletions

View File

@@ -1,14 +0,0 @@
.page-content.repository {
.build-view-header {
height: 60px;
h1 {
font-size: 20px;
font-weight: 300;
}
.index {
color: var(--color-text-light-2);
}
}
}

View File

@@ -28,7 +28,6 @@
@import "_install";
@import "_form";
@import "_repository";
@import "_repository_build";
@import "_editor";
@import "_organization";
@import "_user";