Fix table misalignments and tweak webhook and githook lists (#21917)

- Fix regression from #21893 which had misaligned a few tables like repo
lists and e-mails
- Bring githooks list in line with webhooks list for styling
- Change webhook list icons to just colored dots, like githook list
- Increase size of dot in webhook and githook list from 16 to 22px
This commit is contained in:
silverwind 2022-11-24 07:43:07 +01:00 committed by GitHub
parent 09b7d8198c
commit b97548a2ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

View file

@ -2612,12 +2612,18 @@
}
}
&.webhooks .list > .item:not(:first-child),
&.githooks .list > .item:not(:first-child) {
padding: .25rem 1rem;
margin: 12px -1rem -1rem;
}
.list {
> .item {
&:not(:first-child) {
border-top: 1px solid var(--color-secondary);
padding: .25rem 1rem;
margin: 12px -1rem -1rem;
padding: 1rem;
margin: 16px -1rem -1rem;
}
> .svg {