This commit is contained in:
2026-03-09 17:29:26 +00:00
parent 4c7321f560
commit ab4722af74
8 changed files with 113 additions and 19 deletions
+11 -6
View File
@@ -42,14 +42,11 @@
}
.nested-grid-frame .grid-cell {
@apply relative z-2;
@apply relative z-2 h-full;
}
.grid-frame.nested-grid-frame .grid-cell {
@apply h-full;
}
.grid-frame > .grid-cell {
.grid-frame > .grid-cell,
.nested-grid-frame .grid-cell {
@apply bg-background-light dark:bg-background-dark;
}
@@ -105,3 +102,11 @@ code {
@apply bg-slate-100 dark:bg-white/10 px-3 py-1 rounded-default;
@apply my-1;
}
.twui-a {
@apply border-none;
}
.twui-breadcrumbs-divider {
@apply rotate-12;
}