forked from forgejo/forgejo
Fix New issue button consistency
Fixes https://codeberg.org/forgejo/forgejo/issues/2613 Based on https://codeberg.org/forgejo/forgejo/issues/2613#issuecomment-1654709 - add new class `list-header-issues`; - add rules that fix button position; - use variable to keep the vertical offset constant; - fix gap for edit button. Co-authored-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
parent
45f39ce839
commit
b9dbd93ebc
5 changed files with 17 additions and 4 deletions
|
@ -16,6 +16,14 @@
|
|||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.issue-list-new.button {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.list-header-issues {
|
||||
min-height: var(--repo-header-issue-min-height);
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
.issue-list-navbar {
|
||||
order: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue