Change avatar from Profile view

Issue #138.
This commit is contained in:
N-Pex 2021-06-24 12:31:44 +02:00
parent b7f25d0631
commit 66b108bc70
2 changed files with 203 additions and 64 deletions

View file

@ -891,10 +891,16 @@ $admin-fg: white;
.avatar-32 {
font-size: 18 * $chat-text-size !important;
&.clickable {
cursor: pointer;
&:hover {
opacity: 0.7;
}
}
.avatar-48 {
font-size: 27 * $chat-text-size !important;
}
.avatar-32.clickable,
.avatar-48.clickable {
cursor: pointer;
&:hover {
opacity: 0.7;
}
}