Skip to content

Commit

Permalink
Social Links & List Items UI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
leekelleher committed Aug 4, 2024
1 parent 3e5b54e commit 14cd566
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,6 @@ export class ContentmentPropertyEditorUIListItemsElement extends UmbLitElement i
opacity: 0.5;
}
.item > uui-icon {
flex: 0 0 var(--uui-size-6);
}
.item > uui-button:not([compact]) {
flex: 0 0 var(--uui-size-10);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class ContentmentPropertyEditorUISocialLinksSelectionModalElement extends
place-items: start;
justify-content: space-between;
max-width: 40vw;
max-width: 45vw;
}
.inner {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,6 @@ export class ContentmentPropertyEditorUISocialLinksElement extends UmbLitElement
opacity: 0.5;
}
.item > uui-icon {
flex: 0 0 var(--uui-size-6);
}
.item > uui-button {
--uui-button-background-color-hover: var(--uui-button-background-color);
Expand Down

0 comments on commit 14cd566

Please sign in to comment.