From c9ced05a1fc4cfc668074072627348c35f13e042 Mon Sep 17 00:00:00 2001 From: cj <72030708+Teda1@users.noreply.github.com> Date: Wed, 16 Mar 2022 11:27:13 -0600 Subject: [PATCH] Updated CSS for performer images in the scene and gallery details page to be horizontally scrollable on mobile devices to prevent run over. --- Modern-Dark.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Modern-Dark.md b/Modern-Dark.md index 3f95334..1c31850 100644 --- a/Modern-Dark.md +++ b/Modern-Dark.md @@ -41,7 +41,7 @@ Enjoy! ```css -/* Modern Dark Theme by cj13 v1.0 */ +/* Modern Dark Theme by cj13 v1.1 */ :root { --nav-color: #212121; @@ -356,6 +356,8 @@ option { .top-nav { bottom: 0; top: auto; } div[data-rb-event-key="/images"] { display: none; } div[data-rb-event-key="/scenes/markers"] { display: none; } + .row.justify-content-center.scene-performers { max-height: 450px; display: flex; flex-direction: column; overflow: auto; } + .scene-tabs { max-height: 100%; } } dd {