`,
+ urlEsc(sourceDisplayLabel(account)), urlEsc(folder), index, urlEsc(targetAccount))
return b.String()
}
diff --git a/frontend-js/dist/style.css b/frontend-js/dist/style.css
index 828dab6..09ea2ac 100644
--- a/frontend-js/dist/style.css
+++ b/frontend-js/dist/style.css
@@ -90,19 +90,14 @@ body.resizing { cursor: col-resize; user-select: none; }
}
.mode-head {
display: grid;
- grid-template-columns: auto minmax(0, 1fr);
+ grid-template-columns: auto minmax(0, 1fr) auto;
align-items: center;
gap: 10px;
}
-.mode-switch {
- display: flex;
- align-items: center;
- gap: 4px;
- min-width: 0;
-}
-.mode-switch .btn.active {
- background: var(--ol-blue);
- color: #fff;
+.mode-label {
+ min-width: 44px;
+ color: var(--ol-muted);
+ font-weight: 700;
}
.target-select-form { margin: 0; min-width: 0; }
.target-select {