mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
MDL-73768 theme_boost: add right margin to profile picture
This commit is contained in:
parent
6652ec135b
commit
483686ad0e
3 changed files with 15 additions and 2 deletions
|
@ -18459,7 +18459,8 @@ div#dock {
|
|||
justify-content: center;
|
||||
border-radius: 50%;
|
||||
color: #343a40;
|
||||
font-weight: normal; }
|
||||
font-weight: normal;
|
||||
margin-right: 0.25rem; }
|
||||
.userinitials.size-16, .userinitials.size-30 {
|
||||
font-size: 0.7rem;
|
||||
width: 30px;
|
||||
|
@ -18472,6 +18473,9 @@ div#dock {
|
|||
height: 100px;
|
||||
font-size: 1.875rem; }
|
||||
|
||||
img.userpicture {
|
||||
margin-right: 0.25rem; }
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
.usertext {
|
||||
display: none; } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue