mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
Merge branch 'MDL-78273' of https://github.com/Chocolate-lightning/moodle
This commit is contained in:
commit
f7f01fe2ab
5 changed files with 14 additions and 2 deletions
|
@ -1177,6 +1177,10 @@ div#dock {
|
|||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
&.size-50 {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
&.size-64 {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
|
|
|
@ -33739,6 +33739,10 @@ div#dock {
|
|||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
.userinitials.size-50 {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
.userinitials.size-64 {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue