From d455bf4365c57e3d047196b51eb07b6da8ca144b Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Wed, 29 Jan 2025 03:24:35 +0100 Subject: [PATCH] UX: Fix mobile chat DM row layout (#31043) --- .../chat/assets/stylesheets/mobile/chat-channel-row.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/plugins/chat/assets/stylesheets/mobile/chat-channel-row.scss b/plugins/chat/assets/stylesheets/mobile/chat-channel-row.scss index 5a599f406a6..28154d91a87 100644 --- a/plugins/chat/assets/stylesheets/mobile/chat-channel-row.scss +++ b/plugins/chat/assets/stylesheets/mobile/chat-channel-row.scss @@ -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"; - } } }