mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-49819 user: Profile displayed on one column on phones
This commit is contained in:
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
Loading…
x
Reference in New Issue
Block a user