fix: improve CSS for avatars, chat message grouping, etc.

This commit is contained in:
Andy Burke 2025-10-11 17:42:50 -07:00
parent 14a33fc77d
commit 9e8dc14029
7 changed files with 90 additions and 77 deletions

View file

@ -358,13 +358,6 @@
max-width: 200px;
}
.profile-container .avatar-container #user-avatar {
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
.profile-container .avatar-container input[type="file"] {
position: absolute;
top: 0;
@ -476,7 +469,7 @@
}
});
</script>
<div class="avatar-container">
<div class="avatar-container xx-large">
<img
id="user-avatar"
src="/images/default_avatar.gif"