mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Changed width of signature avatar from auto to 16px (#12961)
Signed-off-by: Victor Roest <victor@xirion.net> Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
This commit is contained in:
parent
b606f13365
commit
ffa7dd6880
1 changed files with 1 additions and 1 deletions
|
@ -1481,7 +1481,7 @@
|
|||
.ui.signature.avatar {
|
||||
height: 16px;
|
||||
margin-bottom: 0;
|
||||
width: auto;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.detail.icon {
|
||||
|
|
Loading…
Reference in a new issue