1
0
forked from noxious/client

Made chat + menu btns responsive

This commit is contained in:
2024-08-21 22:18:20 +02:00
parent 2f80f31a33
commit 4d326f24ac
4 changed files with 11 additions and 5 deletions

View File

@ -10,6 +10,12 @@ export default {
'30px': '30px'
},
screens: {
'xxs': '350px',
// => @media (min-width: 350px) { ... }
'xs': '480px',
// => @media (min-width: 480px) { ... }
'sm': '640px',
// => @media (min-width: 640px) { ... }