1
0
Fork 0
forked from forgejo/forgejo

Reduce margin/padding on flex-list items and divider (#27872) (#27874)

Backport #27872 by @silverwind

Small CSS tweak, reduces margin/padding from 14px to 10px, which I think
looks better
This commit is contained in:
Giteabot 2023-11-02 13:24:03 +08:00 committed by GitHub
parent c074af6a6d
commit d6f7c49b8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
display: flex;
gap: 8px;
align-items: flex-start;
padding: 1em 0;
padding: 10px 0;
}
.flex-item .flex-item-leading {