fix styling for table headers and show alert for language change

This commit is contained in:
Matt Hill
2026-03-16 18:55:15 -06:00
parent 4ab51c4570
commit 7352602f58
8 changed files with 29 additions and 0 deletions

View File

@@ -66,6 +66,10 @@ tui-notification-middle {
background: var(--tui-background-neutral-1);
box-shadow: inset 0 0 0 1px var(--tui-background-neutral-1);
&:has(app-placeholder) thead {
display: none;
}
thead tr {
position: sticky;
top: 0;