@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.
@@ -1918,8 +1918,8 @@
1918
1918
  }
1919
1919
  .ra-shell .ra-tabs {
1920
1920
  display: flex;
1921
- gap: 0.25rem;
1922
- padding: 0.25rem;
1921
+ gap: 0.15rem;
1922
+ padding: 0.15rem;
1923
1923
  background: hsl(var(--sl-control-bg));
1924
1924
  border-radius: var(--sl-control-radius);
1925
1925
  border: 1px solid hsl(var(--sl-control-border));
@@ -1927,8 +1927,8 @@
1927
1927
  .ra-shell .ra-tab {
1928
1928
  display: inline-flex;
1929
1929
  align-items: center;
1930
- gap: 0.4rem;
1931
- padding: 0.4rem 0.7rem;
1930
+ gap: 0.3rem;
1931
+ padding: 0.35rem 0.5rem;
1932
1932
  border-radius: calc(var(--sl-control-radius) - 2px);
1933
1933
  font-size: 0.78rem;
1934
1934
  font-weight: var(--sl-control-weight);
@@ -1972,9 +1972,9 @@
1972
1972
  display: inline-flex;
1973
1973
  align-items: center;
1974
1974
  justify-content: center;
1975
- min-width: 1.25rem;
1976
- padding: 0 0.35rem;
1977
- height: 1.1rem;
1975
+ min-width: 1.05rem;
1976
+ padding: 0 0.25rem;
1977
+ height: 1rem;
1978
1978
  border-radius: 999px;
1979
1979
  background: hsl(var(--sl-control-active-fg) / 0.20);
1980
1980
  color: hsl(var(--sl-control-active-fg));
@@ -2004,6 +2004,25 @@
2004
2004
  color: hsl(var(--ra-text));
2005
2005
  font-family: inherit;
2006
2006
  }
2007
+ .ra-shell .ra-row-hit {
2008
+ -webkit-appearance: none;
2009
+ -moz-appearance: none;
2010
+ appearance: none;
2011
+ display: flex;
2012
+ align-items: center;
2013
+ gap: 0.55rem;
2014
+ flex: 1;
2015
+ min-width: 0;
2016
+ width: 100%;
2017
+ padding: 0;
2018
+ margin: 0;
2019
+ border: 0;
2020
+ background: transparent;
2021
+ color: inherit;
2022
+ font: inherit;
2023
+ text-align: left;
2024
+ cursor: pointer;
2025
+ }
2007
2026
  .ra-shell .ra-row + .ra-row {
2008
2027
  border-top: 1px solid hsl(var(--ra-border) / 0.6);
2009
2028
  }