mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-01 17:38:33 +00:00
#1459 Dashboard issues lacks sorting
This commit is contained in:
parent
00eb2b221f
commit
603c7389b8
7 changed files with 53 additions and 19 deletions
|
@ -17,6 +17,9 @@
|
|||
.text {
|
||||
height: 16px;
|
||||
vertical-align: middle;
|
||||
&.truncate {
|
||||
width: 85%;
|
||||
}
|
||||
}
|
||||
.floating.label {
|
||||
top: 7px;
|
||||
|
@ -24,12 +27,17 @@
|
|||
width: 15%;
|
||||
}
|
||||
}
|
||||
.item.active {
|
||||
background-color: #4183c4;
|
||||
color: #FFF;
|
||||
|
||||
// Sort
|
||||
.jump.item {
|
||||
margin: 1px;
|
||||
padding-right: 0;
|
||||
}
|
||||
.item .text {
|
||||
width: 85%;
|
||||
.menu {
|
||||
max-height: 300px;
|
||||
overflow-x: auto;
|
||||
right: 0!important;
|
||||
left: auto!important;
|
||||
}
|
||||
}
|
||||
.ui.right .head.menu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue