Fix padding on user page for Firefox for Android 68
This commit is contained in:
parent
4d874d2a05
commit
b9571f313e
|
@ -203,11 +203,11 @@ svg {
|
||||||
.user_page-profile {
|
.user_page-profile {
|
||||||
width: 7.5em;
|
width: 7.5em;
|
||||||
height: 7.5em;
|
height: 7.5em;
|
||||||
margin-right: 0.5em;
|
|
||||||
}
|
}
|
||||||
.user_page-main_header span {
|
.user_page-main_header span {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
margin-bottom: auto;
|
margin-bottom: auto;
|
||||||
|
margin-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* https://stackoverflow.com/a/7354648 */
|
/* https://stackoverflow.com/a/7354648 */
|
||||||
|
|
Loading…
Reference in New Issue