diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-10 03:59:02 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-10 03:59:02 +0200 |
| commit | d18e0fa70de9b5029ebed93a1760aea46e8abf19 (patch) | |
| tree | 6452e3ab72ce501147f911cdcdf6028912c8731d | |
| parent | cf730b751b590ca80695492f5d62c4fb43efb4d3 (diff) | |
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.
| -rw-r--r-- | public/stylesheets/admin.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { | |||
| 544 | flex: 1; | 544 | flex: 1; |
| 545 | } | 545 | } |
| 546 | 546 | ||
| 547 | #diffview del.diff_structural, | ||
| 548 | #diffview ins.diff_structural { | ||
| 549 | cursor: help; | ||
| 550 | } | ||
| 551 | |||
| 547 | table.user_table td.user_login { | 552 | table.user_table td.user_login { |
| 548 | padding-right: 30px; | 553 | padding-right: 30px; |
| 549 | } | 554 | } |
