mirror of
https://github.com/go-gitea/gitea
synced 2025-08-16 14:38:28 +00:00
- Backport #20726 - Currently the branch icon is "squashed" between the two branch names and feels a bit "amateur-ish" to my feeling(relative to other UI elements). - This patch tries to improve that by making the icon bigger and by adding some margin to not have a "squashed" icon. - This patch also includes a "fix", for some reason this symbol is not centering correctly. So apply allign-items: center to the top div
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
|
||||
.branches {
|
||||
display: inline-flex;
|
||||
padding: 0 6px;
|
||||
padding: 0 4px;
|
||||
|
||||
.branch {
|
||||
background-color: var(--color-secondary);
|
||||
|
Reference in New Issue
Block a user