1
0
Fork 0
mirror of synced 2024-08-15 10:01:34 +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]} selectedBy={$userSelectedResourceMap[screen._id]}
> >
<DropdownMenu screenId={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> </NavItem>
{/each} {/each}
</div> </div>
@ -230,4 +232,9 @@
.closeButton { .closeButton {
transform: rotate(45deg); transform: rotate(45deg);
} }
.icon {
margin-left: 4px;
margin-right: 4px;
}
</style> </style>