MDL-49819 user: Profile displayed on one column on phones
This commit is contained in:
committed by
Adrian Greeve
parent
ee8ad79fe0
commit
15699badc6
@@ -57,6 +57,14 @@
|
||||
margin-left:0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.userprofile .profile_tree {
|
||||
/** Display the profile on one column on phones. */
|
||||
.content-columns(1);
|
||||
}
|
||||
}
|
||||
|
||||
.userlist .action-icon img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user