@proveanything/smartlinks-utils-ui 0.9.5 → 0.9.6

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.
@@ -228,8 +228,8 @@
228
228
  }
229
229
  .ra-shell .ra-tabs {
230
230
  display: flex;
231
- gap: 0.25rem;
232
- padding: 0.25rem;
231
+ gap: 0.15rem;
232
+ padding: 0.15rem;
233
233
  background: hsl(var(--sl-control-bg));
234
234
  border-radius: var(--sl-control-radius);
235
235
  border: 1px solid hsl(var(--sl-control-border));
@@ -237,8 +237,8 @@
237
237
  .ra-shell .ra-tab {
238
238
  display: inline-flex;
239
239
  align-items: center;
240
- gap: 0.4rem;
241
- padding: 0.4rem 0.7rem;
240
+ gap: 0.3rem;
241
+ padding: 0.35rem 0.5rem;
242
242
  border-radius: calc(var(--sl-control-radius) - 2px);
243
243
  font-size: 0.78rem;
244
244
  font-weight: var(--sl-control-weight);
@@ -282,9 +282,9 @@
282
282
  display: inline-flex;
283
283
  align-items: center;
284
284
  justify-content: center;
285
- min-width: 1.25rem;
286
- padding: 0 0.35rem;
287
- height: 1.1rem;
285
+ min-width: 1.05rem;
286
+ padding: 0 0.25rem;
287
+ height: 1rem;
288
288
  border-radius: 999px;
289
289
  background: hsl(var(--sl-control-active-fg) / 0.20);
290
290
  color: hsl(var(--sl-control-active-fg));
@@ -314,6 +314,25 @@
314
314
  color: hsl(var(--ra-text));
315
315
  font-family: inherit;
316
316
  }
317
+ .ra-shell .ra-row-hit {
318
+ -webkit-appearance: none;
319
+ -moz-appearance: none;
320
+ appearance: none;
321
+ display: flex;
322
+ align-items: center;
323
+ gap: 0.55rem;
324
+ flex: 1;
325
+ min-width: 0;
326
+ width: 100%;
327
+ padding: 0;
328
+ margin: 0;
329
+ border: 0;
330
+ background: transparent;
331
+ color: inherit;
332
+ font: inherit;
333
+ text-align: left;
334
+ cursor: pointer;
335
+ }
317
336
  .ra-shell .ra-row + .ra-row {
318
337
  border-top: 1px solid hsl(var(--ra-border) / 0.6);
319
338
  }