diff options
author | silverwind <me@silverwind.io> | 2023-05-29 10:55:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-29 16:55:23 +0800 |
commit | 245f2c08db34e535576633748fc143bb09097ca8 (patch) | |
tree | 35147879ba07bc7f2aca5a657685ca2e49d29d22 /web_src/css/dashboard.css | |
parent | 28077e66c0a5593f001e89ef1ff02627dbe029a1 (diff) | |
download | gitea-245f2c08db34e535576633748fc143bb09097ca8.tar.gz gitea-245f2c08db34e535576633748fc143bb09097ca8.zip |
Repo list improvements, fix bold helper classes (#24935)
- Fix bold helper classes that were broken because of CSS syntax error
- Refined the repo list CSS and layout
- Removing bold
- Downsize the mirror icon to fit
- Fix icon positions
- Adapted the org list to match
- Center the '+' icon and mute it
<img width="385" alt="Screenshot 2023-05-25 at 18 38 31"
src="https://github.com/go-gitea/gitea/assets/115237/ac8d6efb-5751-4845-a4ab-db1ddaf36ec3">
<img width="384" alt="Screenshot 2023-05-25 at 18 30 29"
src="https://github.com/go-gitea/gitea/assets/115237/bbd39ae7-da9d-4c6f-bfe3-42f28b7a74c3">
Diffstat (limited to 'web_src/css/dashboard.css')
-rw-r--r-- | web_src/css/dashboard.css | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/web_src/css/dashboard.css b/web_src/css/dashboard.css index 6048c0cdad..863dc51dbf 100644 --- a/web_src/css/dashboard.css +++ b/web_src/css/dashboard.css @@ -160,39 +160,3 @@ .feeds .news:last-of-type .divider { display: none !important; } - -.feeds .list ul { - list-style: none; - margin: 0; - padding-left: 0; -} - -.feeds .list ul li:not(:last-child) { - border-bottom: 1px solid var(--color-secondary); -} - -.feeds .list ul li .repo-list-link { - padding: 6px 1em; - display: block; -} - -.feeds .list ul li .repo-list-link .svg { - color: var(--color-text-light-2); -} - -.feeds .list ul li .repo-list-link .star-num { - font-size: 12px; -} - -.feeds .list #privateFilterCheckbox .svg { - color: var(--color-grey); - margin-right: 0.25rem; -} - -.feeds .list .repo-owner-name-list .item-name { - min-width: 0; -} - -.feeds .list .repo-owner-name-list .item-name svg { - min-width: 16px; -} |