[CSS] Avatar max-height defined
This commit is contained in:
parent
eeaad19754
commit
9482bb2254
@ -31,7 +31,10 @@
|
||||
}
|
||||
|
||||
.note-sidebar .avatar {
|
||||
width: var(--big);
|
||||
max-width: 4rem;
|
||||
max-height: 4rem;
|
||||
min-width: var(--big);
|
||||
width: 100%;
|
||||
height: auto;
|
||||
background: unset;
|
||||
margin-bottom: var(--smaller);
|
||||
|
@ -40,6 +40,7 @@
|
||||
|
||||
.profile-avatar {
|
||||
max-width: 4rem;
|
||||
max-height: 4rem;
|
||||
min-width: var(--big);
|
||||
width: 100%;
|
||||
height: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user