mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
fix css
This commit is contained in:
@@ -175,7 +175,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.call_el .expand_icon {
|
.call_el .expand_icon, .call_el .expand_icon_placeholder {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ export class CallTree {
|
|||||||
click: e => this.on_click_node(e, n.id),
|
click: e => this.on_click_node(e, n.id),
|
||||||
},
|
},
|
||||||
!is_expandable(n)
|
!is_expandable(n)
|
||||||
? '\xa0'
|
? el('span', 'expand_icon_placeholder', '\xa0')
|
||||||
: el('span', 'expand_icon', is_expanded ? '▼' : '▶'),
|
: el('span', 'expand_icon', is_expanded ? '▼' : '▶'),
|
||||||
n.toplevel
|
n.toplevel
|
||||||
? el('span', '',
|
? el('span', '',
|
||||||
|
|||||||
Reference in New Issue
Block a user