@immich/ui 0.24.1 → 0.24.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
<Text color="secondary" size="small" id={descriptionId}>{description}</Text>
|
|
98
98
|
{/if}
|
|
99
99
|
|
|
100
|
-
<div class=
|
|
100
|
+
<div class="relative w-full">
|
|
101
101
|
{#if leadingIcon}
|
|
102
102
|
<div tabindex="-1" class={iconStyles({ size })}>
|
|
103
103
|
{#if leadingIcon}
|
package/dist/theme/default.css
CHANGED