feat: replace display:none with zero dimensions for avatar in narrow message-list
The change modifies the `.avatar` class inside a narrow `message-list` media query, swapping `display: none` for explicit zero `height`, `padding`, and `margin` to preserve layout flow while visually hiding the element.
This commit is contained in:
@@ -248,7 +248,9 @@ message-list {
|
||||
}
|
||||
.avatar {
|
||||
opacity: 0;
|
||||
display: none;
|
||||
height: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.author {
|
||||
|
||||
Reference in New Issue
Block a user