Collection Toolbar styling tweaks
This commit is contained in:
@@ -17,6 +17,7 @@ export class UmbCollectionToolbarElement extends UmbLitElement {
|
||||
:host {
|
||||
display: flex;
|
||||
gap: var(--uui-size-space-5);
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
}
|
||||
`,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user