item entries now show weight instead of useless icon.
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
flex-direction: row;
|
||||
margin: 0.25em 0 0.75em 0;
|
||||
}
|
||||
div.icon {
|
||||
div.icon, div.child-entry div.header :global(div.icon-like) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: 1em;
|
||||
|
||||
@@ -17,9 +17,18 @@
|
||||
</script>
|
||||
|
||||
<ChildEntry entry={item}>
|
||||
<div class="icon-like" slot="icon">
|
||||
{item.groupWeight}
|
||||
</div>
|
||||
<OptionRow>
|
||||
<Option open={mdItemEdit}>Edit</Option>
|
||||
<Option open={mdItemDelete}>Delete</Option>
|
||||
</OptionRow>
|
||||
</ChildEntry>
|
||||
|
||||
<style>
|
||||
div.icon-like {
|
||||
min-width: 1.8ch;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user