resizing and such for better overall experience on standard laptop

This commit is contained in:
talksik
2022-03-28 13:51:43 -04:00
parent 6e1d813732
commit 841d03c035
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -13,11 +13,11 @@ export enum STORE_ITEMS {
export const Dimensions = {
default: {
height: 1000,
height: 700,
width: 500,
},
selectedConvo: {
height: 1000,
height: 700,
width: 900,
},
};