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"; - } } }