1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 00:47:00 +02:00

Fix user page display on mobile

This commit is contained in:
Toby Zerner
2015-07-23 20:24:05 +09:30
parent 677e6b2ac8
commit ae3f7dee8b
4 changed files with 8 additions and 6 deletions

View File

@@ -47,6 +47,7 @@
margin-left: -130px;
@media @phone {
display: block;
float: none;
margin: 0 auto 20px;
width: 64px + 8px;

View File

@@ -1,4 +1,3 @@
.UserPage {
.UserCard-controls {
float: right;