mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-20 16:10:50 +00:00
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="ac8d6efb
-5751-4845-a4ab-db1ddaf36ec3"> <img width="384" alt="Screenshot 2023-05-25 at 18 30 29" src="bbd39ae7
-da9d-4c6f-bfe3-42f28b7a74c3">
This commit is contained in:
parent
28077e66c0
commit
245f2c08db
3 changed files with 63 additions and 63 deletions
|
@ -86,11 +86,11 @@ Gitea's private styles use `g-` prefix.
|
|||
.gt-float-left { float: left !important; }
|
||||
.gt-float-right { float: right !important; }
|
||||
|
||||
.gt-font-light { font-weight: var(--font-weight-light) !important };
|
||||
.gt-font-normal { font-weight: var(--font-weight-normal) !important };
|
||||
.gt-font-medium { font-weight: var(--font-weight-medium) !important };
|
||||
.gt-font-semibold { font-weight: var(--font-weight-semibold) !important };
|
||||
.gt-font-bold { font-weight: var(--font-weight-bold) !important };
|
||||
.gt-font-light { font-weight: var(--font-weight-light) !important; }
|
||||
.gt-font-normal { font-weight: var(--font-weight-normal) !important; }
|
||||
.gt-font-medium { font-weight: var(--font-weight-medium) !important; }
|
||||
.gt-font-semibold { font-weight: var(--font-weight-semibold) !important; }
|
||||
.gt-font-bold { font-weight: var(--font-weight-bold) !important; }
|
||||
|
||||
.gt-rounded { border-radius: var(--border-radius) !important; }
|
||||
.gt-rounded-top { border-radius: var(--border-radius) var(--border-radius) 0 0 !important; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue