mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
ui and pulls index fix
This commit is contained in:
parent
5c5ccddb02
commit
2a2a8cd619
6 changed files with 25 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue