Compare commits

1 Commits
Author SHA1 Message Date
jakob.scheid 11ab58a60b chore: resolve merge conflicts 2026-07-28 19:44:43 +02:00
+6
View File
@@ -75,4 +75,10 @@ watch(colorScheme, (newValue) => {
--main-content-padding-x: 15px; --main-content-padding-x: 15px;
} }
} }
#app-wrapper {
min-height: 100vh;
display: flex;
flex-direction: column;
}
</style> </style>