Collection Toolbar styling tweaks

This commit is contained in:
leekelleher
2024-02-08 15:50:22 +00:00
parent 55572b3bb2
commit 4e78e71cdc
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ export class UmbCollectionToolbarElement extends UmbLitElement {
:host {
display: flex;
gap: var(--uui-size-space-5);
justify-content: space-between;
width: 100%;
}
`,

View File

@@ -68,7 +68,7 @@ export class UmbCollectionViewBundleElement extends UmbLitElement {
<uui-button compact popovertarget="collection-view-bundle-popover" label="status">
${this.#renderItemDisplay(this._currentView)}
</uui-button>
<uui-popover-container id="collection-view-bundle-popover" placement="bottom">
<uui-popover-container id="collection-view-bundle-popover" placement="bottom-end">
<umb-popover-layout>
<div class="filter-dropdown">${this._views.map((view) => this.#renderItem(view))}</div>
</umb-popover-layout>