remove no longer needed css

This commit is contained in:
Gigiaj 2025-06-17 20:16:32 -05:00
parent 9074f4135a
commit b8ec0d4ba0

View file

@ -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<typeof MessageTextBody>; export type MessageTextBodyVariants = RecipeVariants<typeof MessageTextBody>;