fix: small style fixes

This commit is contained in:
Aaron Iker 2026-01-08 03:04:31 +01:00
commit f23e3681b7
2 changed files with 6 additions and 12 deletions

View file

@ -22,7 +22,7 @@ export function SessionLspIndicator() {
return (
<Show when={lspStats().total > 0}>
<Tooltip placement="top" value={tooltipContent()}>
<div class="flex items-center gap-1 px-2 cursor-default select-none">
<div class="pl-2.5 pr-4 flex gap-2 cursor-default select-none items-center justify-center">
<div
classList={{
"size-1.5 rounded-full": true,