Flatten rendered nested objects

This commit is contained in:
Misode
2020-12-29 00:58:41 +01:00
parent e2fb58a7c3
commit 00d794a138
3 changed files with 27 additions and 7 deletions

View File

@@ -126,7 +126,7 @@
margin-right: -1px;
}
.object-node > .node-header > *:first-child,
.object-node:not(.no-body) > .node-header > *:first-child,
.map-node > .node-header > *:first-child,
.list-node > .node-header > *:first-child {
border-top-left-radius: 8px;
@@ -341,6 +341,7 @@ span.menu-item {
.node-entry > .object-node[data-category] > .node-header > .node-icon + *,
.node-entry > .object-node[data-category] > .node-header > *:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: none;
}