1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-05-18 00:49:09 -04:00

fix: layout

This commit is contained in:
Jason Song 2022-12-09 15:47:58 +08:00
parent 10ebbeca2f
commit 9b6b848311
No known key found for this signature in database
GPG Key ID: 8402EEEE4511A8B5

View File

@ -364,7 +364,8 @@ export function initRepositoryActionView() {
// action view left
.action-view-left {
width: 20%;
width: 30%;
max-width: 400px;
overflow-y: scroll;
margin-left: 10px;
}
@ -408,6 +409,7 @@ export function initRepositoryActionView() {
background-color: #262626;
color: #d6d6d6;
max-height: 100%;
margin-right: 10px;
display: flex;
flex-direction: column;