adjust viewports for vuetify 4

This commit is contained in:
Gauthier Roebroeck 2026-03-13 10:01:23 +08:00
parent 9c9d4ace3b
commit 76005f3d2d

View file

@ -9,28 +9,28 @@ export const vuetifyViewports = {
sm: {
name: 'sm',
styles: {
width: '950px',
width: '830px',
height: '963px',
},
},
md: {
name: 'md',
styles: {
width: '1200px',
width: '1100px',
height: '963px',
},
},
lg: {
name: 'lg',
styles: {
width: '1900px',
width: '1500px',
height: '963px',
},
},
xl: {
name: 'xl',
styles: {
width: '2550px',
width: '2100px',
height: '963px',
},
},