mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-03 10:54:42 +08:00
Fix webhook list styling (#14001)
* Fix webhook list styling * As per @silverwind
This commit is contained in:

committed by
GitHub

parent
53308de0bf
commit
5f55bab70e
@ -1,4 +1,14 @@
|
||||
.admin {
|
||||
&.hooks .list {
|
||||
> .item {
|
||||
&:not(:first-child) {
|
||||
border-top: 1px solid var(--color-secondary);
|
||||
padding: 1rem;
|
||||
margin: 15px -1rem -1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.table.segment {
|
||||
padding: 0;
|
||||
font-size: 13px;
|
||||
|
Reference in New Issue
Block a user