mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-08 16:20:28 +03:00
remove no longer needed css
This commit is contained in:
parent
9074f4135a
commit
b8ec0d4ba0
1 changed files with 0 additions and 11 deletions
|
|
@ -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>;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue