Compare commits

3 Commits
Author SHA1 Message Date
jakob.scheid 7648711ced chore(licenses): update third-party licenses
Updated the third-party licenses using the new license files script.
2026-07-28 16:17:24 +02:00
jakob.scheid 725aa1ef65 docs(readme): add reference to the license script 2026-07-28 16:17:14 +02:00
jakob.scheid 384356e5d7 chore(licenses): add script to generate the license files
Added a script to generate the license files for the development
dependencies and the production dependencies.
2026-07-28 16:07:10 +02:00
+8 -5
View File
@@ -46,11 +46,6 @@ watch(colorScheme, val => updateColorScheme(val))
--main-content-padding-x: 30px;
--main-content-padding-y: 40px;
--main-content-padding: var(--main-content-padding-y) var(--main-content-padding-x);
min-height: 100vh;
display: flex;
flex-direction: column;
background-color: var(--light-bg);
color: var(--dark);
}
.main-content {
@@ -62,4 +57,12 @@ watch(colorScheme, val => updateColorScheme(val))
--main-content-padding-x: 15px;
}
}
#app-wrapper {
min-height: 100vh;
display: flex;
flex-direction: column;
background-color: var(--light-bg);
color: var(--dark);
}
</style>