From d18e0fa70de9b5029ebed93a1760aea46e8abf19 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 10 Jul 2026 03:59:02 +0200 Subject: Restore the inline/side-by-side toggle for named-layer diffs Hiding the numeric revision picker for head/draft/autosave comparisons accidentally took the view toggle down with it -- it was nested inside the numeric-only branch instead of being its own control. Now renders unconditionally as plain links, with the current mode shown as non-interactive text. Switching which revisions to compare via the numeric form no longer silently resets the view mode back to inline. --- public/stylesheets/admin.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 510e3cc..e04499d 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css @@ -544,6 +544,11 @@ table.revisions_table tr:hover { flex: 1; } +#diffview del.diff_structural, +#diffview ins.diff_structural { + cursor: help; +} + table.user_table td.user_login { padding-right: 30px; } -- cgit v1.3