Updated CSS for performer images in the scene and gallery details page to be horizontally scrollable on mobile devices to prevent run over.

cj 2022-03-16 11:27:13 -06:00
parent ee6340169a
commit c9ced05a1f
1 changed files with 3 additions and 1 deletions

@ -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 {