mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-16 15:02:43 +00:00
Fix commit feed ui
This commit is contained in:
parent
c97a435d73
commit
ec65be79f0
5 changed files with 20 additions and 10 deletions
|
@ -228,6 +228,12 @@ html, body {
|
|||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#gogs-user-avatar-commit {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
#gogs-user-name {
|
||||
margin-top: 20px;
|
||||
font-size: 1.6em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue