Fix webhook list styling (#14001)

* Fix webhook list styling

* As per @silverwind
This commit is contained in:
Cirno the Strongest 2020-12-16 19:22:21 +01:00 committed by GitHub
parent 53308de0bf
commit 5f55bab70e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 4 deletions

View file

@ -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;