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