mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-12 01:52:49 +00:00
UI done for video archiving
This commit is contained in:
@@ -8,7 +8,7 @@ const getScreenWidth = () => {
|
||||
};
|
||||
|
||||
const isMobileScreen = () => {
|
||||
return getScreenWidth() < 520;
|
||||
return getScreenWidth() < 768;
|
||||
};
|
||||
|
||||
export const Util = {
|
||||
|
||||
Reference in New Issue
Block a user