@proveanything/smartlinks-utils-ui 0.12.7 → 0.12.9

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.
@@ -1953,26 +1953,27 @@
1953
1953
  transform: translateY(-50%);
1954
1954
  z-index: 4;
1955
1955
  display: inline-flex;
1956
+ width: auto;
1957
+ max-width: -moz-max-content;
1958
+ max-width: max-content;
1959
+ box-sizing: content-box;
1956
1960
  align-items: center;
1957
1961
  justify-content: center;
1958
1962
  gap: 0.4rem;
1959
- padding: 0.75rem 0.55rem;
1963
+ padding: 0.65rem 0.45rem;
1960
1964
  background: hsl(var(--ra-accent));
1961
1965
  color: hsl(var(--ra-accent-fg, 0 0% 100%));
1962
1966
  border: 1px solid hsl(var(--ra-accent));
1963
1967
  border-radius: 999px;
1964
1968
  box-shadow: 0 1px 2px hsl(0 0% 0% / 0.08), 0 8px 18px -8px hsl(var(--ra-accent) / 0.55);
1965
1969
  cursor: pointer;
1966
- transition:
1967
- transform .14s ease,
1968
- box-shadow .14s ease,
1969
- background .12s ease,
1970
- filter .12s ease;
1970
+ transition: filter .12s ease, box-shadow .12s ease;
1971
1971
  writing-mode: vertical-rl;
1972
1972
  font-size: 0.7rem;
1973
1973
  font-weight: 600;
1974
1974
  letter-spacing: 0.06em;
1975
1975
  text-transform: uppercase;
1976
+ white-space: nowrap;
1976
1977
  }
1977
1978
  .ra-shell.ra-preview-reopen--floating,
1978
1979
  .ra-preview-reopen--floating {