mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-16 13:44:08 +09:00
fix: remove build view header
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user