From d310ac1cbb34251e87c44867d511cd1038f25c28 Mon Sep 17 00:00:00 2001 From: cj <72030708+Teda1@users.noreply.github.com> Date: Sat, 26 Mar 2022 12:17:16 -0600 Subject: [PATCH] Made horizontal scrolling for performers in scene detail page on mobile more obvious. --- Modern-Dark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modern-Dark.md b/Modern-Dark.md index 1c31850..435246c 100644 --- a/Modern-Dark.md +++ b/Modern-Dark.md @@ -356,7 +356,7 @@ 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; } + .row.justify-content-center.scene-performers { max-height: 450px; display: flex; flex-direction: column; overflow: auto; border-top: solid 2px #2d3035; border-bottom: solid 2px #2d3035; padding-top: .5rem; padding-bottom: .5rem; } .scene-tabs { max-height: 100%; } }