diff --git a/viewer/index.v2.html b/viewer/index.v2.html
index 56b2bfb..f94f943 100644
--- a/viewer/index.v2.html
+++ b/viewer/index.v2.html
@@ -413,7 +413,6 @@
font-size: 0.78rem; color: var(--muted); white-space: nowrap;
}
.domain-bar-filter-toggle {
- margin-left: auto;
white-space: nowrap;
border-radius: 8px;
padding: 7px 12px;
@@ -421,6 +420,29 @@
font-weight: 600;
min-height: 32px;
}
+ .domain-bar-sort-inline {
+ margin-left: auto;
+ display: inline-flex; align-items: center; gap: 6px;
+ font-size: 0.78rem; color: var(--muted);
+ white-space: nowrap;
+ }
+ .domain-bar-sort-inline > span { font-weight: 600; color: #35423e; }
+ .domain-bar-sort-inline select {
+ border: 1px solid var(--line);
+ background: var(--panel);
+ color: var(--ink);
+ border-radius: 8px;
+ padding: 6px 8px;
+ font-size: 0.78rem;
+ font-weight: 600;
+ min-height: 32px;
+ cursor: pointer;
+ }
+ .domain-bar-sort-inline select:hover { border-color: var(--line-strong); background: #ebe7de; }
+ .domain-bar-sort-inline select:focus-visible {
+ outline: 2px solid rgba(29, 91, 80, 0.3);
+ outline-offset: 2px;
+ }
.domain-bar-filter-toggle[aria-expanded="true"] {
background: var(--panel-alt);
border-color: #7f9087;
@@ -1303,6 +1325,13 @@
BullshitBench
Overall
+