forked from forgejo/forgejo
Reduce margin/padding on flex-list items and divider (#27872)
Small CSS tweak, reduces margin/padding from 14px to 10px, which I think looks better
This commit is contained in:
parent
e378545f30
commit
dc52f26d46
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: flex-start;
|
||||
padding: 1em 0;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.flex-item .flex-item-leading {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue