mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
adjust viewports for vuetify 4
This commit is contained in:
parent
9c9d4ace3b
commit
76005f3d2d
1 changed files with 4 additions and 4 deletions
|
|
@ -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',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue