mirror of
https://github.com/go-gitea/gitea
synced 2025-07-27 04:38:36 +00:00
fix: layout
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user