UX: Fix mobile chat DM row layout (#31043)

This commit is contained in:
Jarek Radosz 2025-01-29 03:24:35 +01:00 committed by GitHub
parent 15838aa756
commit d455bf4365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,14 +56,9 @@
grid-template-areas:
"name metadata"
"msg msg";
grid-template-columns: auto 1fr;
width: 100%;
align-items: center;
&:has(.chat-channel-unread-indicator) {
grid-template-areas:
"name metadata"
"msg metadata";
}
}
}