mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
ui and pulls index fix
This commit is contained in:
@@ -11,10 +11,20 @@
|
||||
}
|
||||
}
|
||||
.filter.menu {
|
||||
.item {
|
||||
text-align: left;
|
||||
.floating.label {
|
||||
top: 7px;
|
||||
left: 95%;
|
||||
}
|
||||
}
|
||||
.item.active {
|
||||
background-color: #4183c4;
|
||||
color: #FFF;
|
||||
}
|
||||
.item .text {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
.ui.right .head.menu {
|
||||
margin-top: -5px;
|
||||
|
Reference in New Issue
Block a user