fix: improve CSS for avatars, chat message grouping, etc.
This commit is contained in:
parent
14a33fc77d
commit
9e8dc14029
7 changed files with 90 additions and 77 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue