1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-15 23:17:19 +00:00

Webhook list enhancements (#21893)

This commit is contained in:
silverwind
2022-11-22 00:10:42 +01:00
committed by GitHub
parent 2e5ac53bdc
commit 1c7496c7a7
5 changed files with 14 additions and 10 deletions

View File

@@ -3,8 +3,8 @@
> .item {
&:not(:first-child) {
border-top: 1px solid var(--color-secondary);
padding: 1rem;
margin: 15px -1rem -1rem;
padding: .25rem 1rem;
margin: 12px -1rem -1rem;
}
}
}