Fix profile picture getting narrower
https://hachyderm.io/@faithisleaping@anarres.family
This commit is contained in:
parent
12417d8f5e
commit
dfbcf2d2c7
|
@ -203,6 +203,8 @@ svg {
|
|||
.user_page-profile {
|
||||
width: 7.5em;
|
||||
height: 7.5em;
|
||||
min-width: 7.5em;
|
||||
min-height: 7.5em;
|
||||
}
|
||||
.user_page-main_header_text {
|
||||
margin-top: auto;
|
||||
|
|
Loading…
Reference in New Issue