@signal9/era-ui 3.12.3 → 3.12.4
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.
|
@@ -158,7 +158,14 @@
|
|
|
158
158
|
size="md"
|
|
159
159
|
class="shrink-0 gap-(--era-xxs-inset-md) rounded-none border-b border-divider-faded px-(--era-xxs-inset-md)"
|
|
160
160
|
>
|
|
161
|
-
|
|
161
|
+
<!-- The glyph is on the ICON tier but every other child of this bar is on
|
|
162
|
+
the xxs tier, so a bare svg here gets the bar's 3px side padding
|
|
163
|
+
against its own ~6px vertical inset. The holder puts it on the same
|
|
164
|
+
tier as the new-note button — one even gap for every child — while
|
|
165
|
+
the glyph itself stays icon-sized inside it. -->
|
|
166
|
+
<span class="flex size-xxs shrink-0 items-center justify-center">
|
|
167
|
+
<Search class="size-(--era-icon-xxs) text-muted" />
|
|
168
|
+
</span>
|
|
162
169
|
<input
|
|
163
170
|
class="h-full min-w-0 flex-1 bg-transparent text-body text-fg outline-none placeholder:text-muted"
|
|
164
171
|
type="text"
|