mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-25 14:55:00 +02:00
fix: layout
This commit is contained in:
parent
10ebbeca2f
commit
9b6b848311
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user