This commit is contained in:
2026-03-09 16:49:49 +00:00
parent 8491c52639
commit 76bf623116
27 changed files with 460 additions and 46 deletions
+4 -5
View File
@@ -29,9 +29,8 @@
@apply gap-px p-px;
}
.grid-frame.nested-grid-frame {
@apply grid bg-transparent! dark:bg-transparent!;
@apply gap-px p-0! h-full;
.nested-grid-frame {
@apply bg-foreground-light/10 dark:bg-foreground-dark/10 grid p-0! h-full;
}
.grid-frame.nested-grid-frame .grid-cell {
@@ -43,7 +42,7 @@
}
.grid-cell-content {
@apply p-10;
@apply p-4 xl:p-10;
}
.twui-button,
@@ -74,7 +73,7 @@
}
.turboci-admin-aside-link {
@apply w-full border-foreground-light/10 dark:border-r-foreground-dark/10 py-4 px-6;
@apply w-full border-b-0 xl:border-foreground-light/10 xl:dark:border-foreground-dark/10 py-4 px-6;
@apply text-foreground-light;
}