From 99f7ce163e85f28454f8d7cc2a6f2835e2656668 Mon Sep 17 00:00:00 2001 From: Nick Beckley Date: Thu, 18 Jun 2026 19:58:14 +0100 Subject: [PATCH] PD-013B: Dark Theme Polish Pass. --- PlotLine/Views/Admin/ThemeAudit.cshtml | 72 +++++++- PlotLine/wwwroot/css/plotline-theme.css | 186 ++++++++++++++++++-- PlotLine/wwwroot/css/plotline-theme.min.css | 2 +- 3 files changed, 243 insertions(+), 17 deletions(-) diff --git a/PlotLine/Views/Admin/ThemeAudit.cshtml b/PlotLine/Views/Admin/ThemeAudit.cshtml index ccc8a3d..f480126 100644 --- a/PlotLine/Views/Admin/ThemeAudit.cshtml +++ b/PlotLine/Views/Admin/ThemeAudit.cshtml @@ -40,6 +40,30 @@ overflow-x: auto; padding-bottom: .25rem; } + + .theme-audit-popover-sample, + .theme-audit-modal-sample { + margin-top: .75rem; + max-width: 100%; + } + + .theme-audit-popover-sample.popover { + position: static; + display: block; + max-width: 22rem; + z-index: auto; + } + + .theme-audit-inspector-sample { + display: grid; + gap: .75rem; + } + + .theme-audit-inspector-sample .inspector-section, + .theme-audit-inspector-sample .warning-mini-card, + .theme-audit-inspector-sample .thread-event-item { + margin: 0; + }
@@ -136,8 +160,9 @@
- + Example validation message. + Field validation error sample.
@@ -196,6 +221,7 @@
Danger alert sample.
Active + Info Review Blocked Status pill @@ -236,6 +262,7 @@
  • 1
  • 2
  • Next
  • +
  • Last
  • @@ -244,6 +271,23 @@

    Modals and Overlays

    + +