1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-27 04:38:36 +00:00

fix: layout

This commit is contained in:
Jason Song
2022-12-09 15:47:58 +08:00
parent 10ebbeca2f
commit 9b6b848311

View File

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