mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
UI: basci issue list without filters
- fix isRead check - fix paging
This commit is contained in:
@@ -52,8 +52,9 @@
|
||||
.issue.list {
|
||||
list-style: none;
|
||||
font-size: 13px;
|
||||
padding-top: 60px;
|
||||
padding-top: 45px;
|
||||
.item {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px dashed #AAA;
|
||||
.title {
|
||||
@@ -74,5 +75,8 @@
|
||||
color: #999;
|
||||
}
|
||||
}
|
||||
.page.buttons {
|
||||
padding-top: 15px;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user