Updates
This commit is contained in:
+11
-6
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user