gitea org menu fix.
This commit is contained in:
parent
a06678ab07
commit
1135668510
@ -205,7 +205,15 @@ b:hover,
|
||||
border: 1px solid rgba(255, 255, 255, .1);
|
||||
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.ui.vertical.menu {
|
||||
display: block;
|
||||
flex-direction: column;
|
||||
background: rgb(255 255 255 / 8%);
|
||||
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.ui.vertical.menu .header.item {
|
||||
background: rgb(0 0 0 / 35%);
|
||||
}
|
||||
.ui.attached.segment {
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user