Fix profile picture getting narrower

https://hachyderm.io/@faithisleaping@anarres.family
This commit is contained in:
blankie 2023-12-25 21:34:38 +11:00
parent 12417d8f5e
commit dfbcf2d2c7
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 2 additions and 0 deletions

View File

@ -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;