mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merged user profile size fix for message history
This commit is contained in:
parent
9eaf65f629
commit
67725821ad
1 changed files with 2 additions and 1 deletions
|
@ -1963,7 +1963,8 @@ body#grade-index .grades .weighted {
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
|
||||||
#message-user .userpicture {
|
#message-user .userpicture,
|
||||||
|
#message-history .userpicture {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue