fix(ui): use 1px active indicator for alt tabs

This commit is contained in:
David Hill 2026-03-13 12:37:57 +00:00
commit d5768ca43c
2 changed files with 6 additions and 6 deletions

View file

@ -288,7 +288,7 @@
border: none;
color: var(--text-base);
background-color: transparent;
border-bottom-width: 2px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: transparent;
gap: 4px;
@ -305,7 +305,7 @@
height: 100%;
padding: 4px;
background-color: transparent;
border-bottom-width: 2px;
border-bottom-width: 1px;
border-bottom-color: transparent;
}