Need a slight mod to the CSS so that icons and the tooltips are not exanding.

main
Zed A. Shaw 1 year ago
parent fb4d72936c
commit fb24826fd3
  1. 4
      client/components/Icon.svelte

@ -24,6 +24,10 @@ export let tip_position="bottom";
filter: drop-shadow(5px 3px 3px var(--color-overlay-shadow));
}
span {
max-width: min-content;
}
span.tipped {
position: relative;
padding: 0px !important;

Loading…
Cancel
Save