mirror of
https://gitee.com/gitea/gitea
synced 2025-11-08 02:20:24 +08:00
Backport #27872 by @silverwind Small CSS tweak, reduces margin/padding from 14px to 10px, which I think looks better
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: flex-start;
|
||||
padding: 1em 0;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.flex-item .flex-item-leading {
|
||||
|
||||
Reference in New Issue
Block a user