mirror of
https://github.com/go-gitea/gitea
synced 2025-01-17 04:43:57 +01:00
Remove unnecessary border in repo home page sidebar (#32767)
This commit is contained in:
parent
145b583631
commit
2d13eafd69
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
.repo-home-sidebar-bottom > :first-child {
|
.repo-home-sidebar-bottom .flex-list > :first-child {
|
||||||
border-top: 1px solid var(--color-secondary); /* same to .flex-list > .flex-item + .flex-item */
|
border-top: 1px solid var(--color-secondary); /* same to .flex-list > .flex-item + .flex-item */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
grid-row: 3;
|
grid-row: 3;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
.repo-home-sidebar-bottom > :first-child {
|
.repo-home-sidebar-bottom .flex-list > :first-child {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue