Fix padding on user page for Firefox for Android 68

This commit is contained in:
blankie 2023-12-09 08:58:10 +11:00
parent 4d874d2a05
commit b9571f313e
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -203,11 +203,11 @@ svg {
.user_page-profile {
width: 7.5em;
height: 7.5em;
margin-right: 0.5em;
}
.user_page-main_header span {
margin-top: auto;
margin-bottom: auto;
margin-left: 0.5em;
}
/* https://stackoverflow.com/a/7354648 */