fix: remove build view header

This commit is contained in:
Jason Song
2022-11-25 17:48:47 +08:00
parent 5230c7a364
commit f3a9a25682
4 changed files with 1 additions and 23 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ export function initRepositoryBuildView() {
.build-view-container {
display: flex;
height: calc(100vh - 286px); // fine tune this value to make the main view has full height
height: calc(100vh - 226px); // fine tune this value to make the main view has full height
}