fix(ui): harden sidebar and custom window controls

Prevent stale inline queue edits, preserve focused queue deletion semantics, and keep Windows custom chrome decoration-free across sidebar layouts.

Refs #17
This commit is contained in:
NimBold
2026-07-19 03:10:42 +03:30
parent 79cd9f0ed1
commit 23878c2ef8
3 changed files with 96 additions and 25 deletions
+10
View File
@@ -1120,6 +1120,16 @@ html[data-list-density="relaxed"] {
direction: rtl;
}
html[dir="ltr"] .sidebar-nav-label {
direction: ltr;
unicode-bidi: isolate;
}
html[dir="rtl"] .sidebar-nav-label {
direction: rtl;
unicode-bidi: isolate;
}
.app-statusbar {
height: 26px;
font-size: 10px;