mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix layout errors.
This commit is contained in:
parent
edd54e23c5
commit
20dc5b0256
@ -3,7 +3,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build --emptyOutDir",
|
||||||
"postinstall": "patch-package --error-on-fail"
|
"postinstall": "patch-package --error-on-fail"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
})()
|
})()
|
||||||
</script>
|
</script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@vite(['sass/app.scss'])
|
@vite(['src/sass/app.scss'])
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body class="container bg-body-secondary">
|
<body class="container bg-body-secondary">
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
})()
|
})()
|
||||||
</script>
|
</script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@vite(['sass/app.scss'])
|
@vite(['src/sass/app.scss'])
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body class="container bg-body-secondary">
|
<body class="container bg-body-secondary">
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
})()
|
})()
|
||||||
</script>
|
</script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@vite(['sass/app.scss'])
|
@vite(['src/sass/app.scss'])
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="login-page bg-body-secondary">
|
<body class="login-page bg-body-secondary">
|
||||||
|
Loading…
Reference in New Issue
Block a user