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

    + +