diff --git a/internal/web/static/app.css b/internal/web/static/app.css
index 5e00b58..d37f050 100644
--- a/internal/web/static/app.css
+++ b/internal/web/static/app.css
@@ -356,10 +356,21 @@ td .id-link:hover { color: var(--accent); }
th.sortable { cursor: pointer; user-select: none; }
th.sortable:hover { color: var(--fg); }
th.sortable { cursor: pointer; user-select: none; white-space: nowrap; }
-.sort-ind { display: inline-block; width: 0; height: 0; margin-left: 8px; vertical-align: middle; border-left: 5px solid transparent; border-right: 5px solid transparent; }
+/* #101: arrow sits LEFT of the label, further spaced, vertically centered,
+ and absolutely positioned so it never shifts the label text. */
+th.sortable { position: relative; padding-left: 24px; }
+th.sortable .sort-ind {
+ position: absolute; left: 8px; top: 50%; transform: translateY(-50%);
+ display: inline-block; width: 0; height: 0;
+ border-left: 5px solid transparent; border-right: 5px solid transparent;
+}
th.sorted.asc .sort-ind { border-bottom: 6px solid var(--accent); }
th.sorted.desc .sort-ind { border-top: 6px solid var(--accent); }
+/* #102: small unobtrusive admin link on the settings page */
+a.admin-link { color: var(--muted-fg); font-size: 15px; text-decoration: none; }
+a.admin-link:hover { color: var(--fg); text-decoration: underline; }
+
/* ============================================================
Consistency audit (#18) — shared tokens across inputs, buttons,
headings. Visual-only, no behavior change.
diff --git a/internal/web/templates/history.html b/internal/web/templates/history.html
index 23a4b43..b6018d0 100644
--- a/internal/web/templates/history.html
+++ b/internal/web/templates/history.html
@@ -10,13 +10,13 @@
- | Paste |
- Language |
- Size |
- Views |
- Created |
- URL |
- ID |
+ Paste |
+ Language |
+ Size |
+ Views |
+ Created |
+ URL |
+ ID |
diff --git a/internal/web/templates/mine.html b/internal/web/templates/mine.html
index 2253da8..f5def5b 100644
--- a/internal/web/templates/mine.html
+++ b/internal/web/templates/mine.html
@@ -10,12 +10,12 @@
- | Paste |
- Language |
- Size |
- Created |
- URL |
- ID |
+ Paste |
+ Language |
+ Size |
+ Created |
+ URL |
+ ID |