screen list alignment
This commit is contained in:
parent
e6a712f880
commit
cc5a1be2a8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue