1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00

screen list alignment

This commit is contained in:
Gerard Burns 2023-08-21 07:40:45 +01:00
parent e6a712f880
commit cc5a1be2a8

View file

@ -97,7 +97,9 @@
selectedBy={$userSelectedResourceMap[screen._id]}
>
<DropdownMenu screenId={screen._id} />
<RoleIndicator slot="icon" roleId={screen.routing.roleId} />
<div slot="icon" class="icon">
<RoleIndicator roleId={screen.routing.roleId} />
</div>
</NavItem>
{/each}
</div>
@ -230,4 +232,9 @@
.closeButton {
transform: rotate(45deg);
}
.icon {
margin-left: 4px;
margin-right: 4px;
}
</style>