Changed chat behaviour
added recoil value isMobile to determine which chat to display and style. #1978 changed the player to actually span across the viewport without the black borders around it.
This commit is contained in:
@@ -76,6 +76,11 @@ export const appStateAtom = atom<AppStateOptions>({
|
||||
default: makeEmptyAppState(),
|
||||
});
|
||||
|
||||
export const isMobileAtom = atom<boolean | undefined>({
|
||||
key: 'isMobileAtom',
|
||||
default: undefined,
|
||||
});
|
||||
|
||||
export const chatVisibleToggleAtom = atom<boolean>({
|
||||
key: 'chatVisibilityToggleAtom',
|
||||
default: true,
|
||||
|
||||
Reference in New Issue
Block a user