diff --git a/packages/theme/styles/_layouts.scss b/packages/theme/styles/_layouts.scss
index 85b07a2a2ee..2d8ce605a81 100644
--- a/packages/theme/styles/_layouts.scss
+++ b/packages/theme/styles/_layouts.scss
@@ -395,6 +395,7 @@ input.search {
& > :first-child { margin-right: 0; }
}
}
+.gapV-1 > *:not(:last-child) { margin-bottom: .25rem; }
.gap-1-5 {
&:not(.reverse) > *:not(:last-child) { margin-right: .375rem; }
&.reverse > *:not(:first-child) { margin-left: .375rem; }
diff --git a/packages/theme/styles/common.scss b/packages/theme/styles/common.scss
index 48e8a2d0359..7555f8cc7ea 100644
--- a/packages/theme/styles/common.scss
+++ b/packages/theme/styles/common.scss
@@ -39,6 +39,9 @@
}
&.lastDivider { border-color: var(--theme-navpanel-border); }
}
+.normal-font .antiPanel-application .app .icon-container.noty { clip-path: url(#notify-normal); }
+.small-font .antiPanel-application .app .icon-container.noty { clip-path: url(#notify-small); }
+
.antiPanel-navigator,
.antiPanel-component {
flex-grow: 1;
diff --git a/packages/theme/styles/panel.scss b/packages/theme/styles/panel.scss
index eceac107abc..d6d6fe4f843 100644
--- a/packages/theme/styles/panel.scss
+++ b/packages/theme/styles/panel.scss
@@ -183,7 +183,6 @@
.popupPanel-body__header {
display: flex;
align-items: center;
- height: 100%;
min-height: 0;
&-wrapper {
diff --git a/packages/ui/src/components/ListView.svelte b/packages/ui/src/components/ListView.svelte
index 21ebe999df8..2c8162f5ccf 100644
--- a/packages/ui/src/components/ListView.svelte
+++ b/packages/ui/src/components/ListView.svelte
@@ -91,7 +91,6 @@
user-select: none;
.list-item {
- flex-grow: 1;
margin: 0 0.5rem;
min-width: 0;
border-radius: 0.25rem;
diff --git a/packages/ui/src/components/Scroller.svelte b/packages/ui/src/components/Scroller.svelte
index 8b4285043c3..eb1db2cf88a 100644
--- a/packages/ui/src/components/Scroller.svelte
+++ b/packages/ui/src/components/Scroller.svelte
@@ -32,7 +32,7 @@
export let invertScroll: boolean = false
export let horizontal: boolean = false
export let contentDirection: 'vertical' | 'vertical-reverse' | 'horizontal' = 'vertical'
- export let gap: 'gap-1' | 'gap-1-5' | 'gap-2' | 'gap-3' | 'gap-around-2' | 'gap-around-4' | undefined = undefined
+ export let gap: string | undefined = undefined
export let noStretch: boolean = autoscroll
export let buttons: 'normal' | 'union' | false = false
export let shrink: boolean = false
@@ -499,7 +499,7 @@
-
-
-
(shownMenu = !shownMenu)} tabindex="0">
-
-
-
+
(shownMenu = !shownMenu)}
+ />
+