mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
UX: Fix mobile chat DM row layout (#31043)
This commit is contained in:
parent
15838aa756
commit
d455bf4365
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user