mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
UX: Fix mobile chat DM row layout (#31043)
This commit is contained in:
@ -56,14 +56,9 @@
|
|||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"name metadata"
|
"name metadata"
|
||||||
"msg msg";
|
"msg msg";
|
||||||
|
grid-template-columns: auto 1fr;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
&:has(.chat-channel-unread-indicator) {
|
|
||||||
grid-template-areas:
|
|
||||||
"name metadata"
|
|
||||||
"msg metadata";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user