mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
Fix layout errors.
This commit is contained in:
@@ -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">
|
||||||
|
Reference in New Issue
Block a user