[CSS] Avatar max-height defined

This commit is contained in:
Eliseu Amaro 2021-12-02 15:29:46 +00:00
parent eeaad19754
commit 9482bb2254
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
2 changed files with 5 additions and 1 deletions

View File

@ -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);

View File

@ -40,6 +40,7 @@
.profile-avatar {
max-width: 4rem;
max-height: 4rem;
min-width: var(--big);
width: 100%;
height: auto;