mongo connected
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 41s

This commit is contained in:
2026-06-11 00:01:36 +02:00
parent ab0db1ab17
commit 887e8c80af
4 changed files with 231 additions and 3 deletions

View File

@@ -22,6 +22,12 @@
position: relative;
margin: 15px;
background: var(--color-background-fore);
box-shadow: 4px -4px 0px 0px var(--color-container-shadow);
}
.tui-frame:first-child {
margin-top: 0;
margin-right: 0;
}
.tui-inner {