From b8ec0d4ba0eef9c5ddd5cfe43fa5e01530edaf2f Mon Sep 17 00:00:00 2001 From: Gigiaj Date: Tue, 17 Jun 2025 20:16:32 -0500 Subject: [PATCH] remove no longer needed css --- src/app/components/message/layout/layout.css.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/app/components/message/layout/layout.css.ts b/src/app/components/message/layout/layout.css.ts index 73631129..290e8466 100644 --- a/src/app/components/message/layout/layout.css.ts +++ b/src/app/components/message/layout/layout.css.ts @@ -183,17 +183,6 @@ export const MessageTextBody = recipe({ }, }, }, - - '@media': { - 'screen and (max-width: 768px)': { - base: { - userSelect: 'none', - WebkitUserSelect: 'none', - MozUserSelect: 'none', - msUserSelect: 'none', - }, - }, - }, }); export type MessageTextBodyVariants = RecipeVariants;