1
0
Fork 0
forked from forgejo/forgejo

Minor dashboard tweaks, fix flex-list margins (#26829)

Some small dashboard tweaks:

- Remove margin-bottom from divider so first item does not appear to
have un-equal margins
- Restore previous icon color
- Add slight margin-right to icon

Before:
<img width="783" alt="Screenshot 2023-08-31 at 00 10 28"
src="b75f70d7-8704-4afb-866d-fea0484c52d4">

After:
<img width="783" alt="Screenshot 2023-08-31 at 00 10 08"
src="50ed0c47-6f7c-449e-a054-13091369d43f">

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
silverwind 2023-08-31 23:28:45 +02:00 committed by GitHub
parent c0ab7070e5
commit 9b76df53dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 39 additions and 23 deletions

View file

@ -95,10 +95,3 @@
position: static;
}
}
.feeds code {
padding: 2px 4px;
border-radius: var(--border-radius);
background-color: var(--color-markup-code-block);
word-break: break-all;
}