@proveanything/smartlinks-utils-ui 0.12.7 → 0.12.8

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.
@@ -3680,26 +3680,27 @@
3680
3680
  transform: translateY(-50%);
3681
3681
  z-index: 4;
3682
3682
  display: inline-flex;
3683
+ width: auto;
3684
+ max-width: -moz-max-content;
3685
+ max-width: max-content;
3686
+ box-sizing: content-box;
3683
3687
  align-items: center;
3684
3688
  justify-content: center;
3685
3689
  gap: 0.4rem;
3686
- padding: 0.75rem 0.55rem;
3690
+ padding: 0.65rem 0.45rem;
3687
3691
  background: hsl(var(--ra-accent));
3688
3692
  color: hsl(var(--ra-accent-fg, 0 0% 100%));
3689
3693
  border: 1px solid hsl(var(--ra-accent));
3690
3694
  border-radius: 999px;
3691
3695
  box-shadow: 0 1px 2px hsl(0 0% 0% / 0.08), 0 8px 18px -8px hsl(var(--ra-accent) / 0.55);
3692
3696
  cursor: pointer;
3693
- transition:
3694
- transform .14s ease,
3695
- box-shadow .14s ease,
3696
- background .12s ease,
3697
- filter .12s ease;
3697
+ transition: filter .12s ease, box-shadow .12s ease;
3698
3698
  writing-mode: vertical-rl;
3699
3699
  font-size: 0.7rem;
3700
3700
  font-weight: 600;
3701
3701
  letter-spacing: 0.06em;
3702
3702
  text-transform: uppercase;
3703
+ white-space: nowrap;
3703
3704
  }
3704
3705
  .ra-shell.ra-preview-reopen--floating,
3705
3706
  .ra-preview-reopen--floating {