diff --git a/viewer/static/css/styles.css b/viewer/static/css/styles.css index 31c7c02..d1c31fa 100644 --- a/viewer/static/css/styles.css +++ b/viewer/static/css/styles.css @@ -142,7 +142,7 @@ body { min-width: 0; } -.crumb-link { +.crumb-link, .crumb-link-last { color: var(--text); text-decoration: none; font-size: 15px; @@ -391,6 +391,19 @@ body.theme-dark .small.text-muted { .top-bar { border-radius: 0px; } + + .crumb-link { + display: none; + } + + .crumb-sep { + display: none; + } + + .gallery-scroll { + padding-left: 16px; + padding-right: 16px; + } } @media (max-width: 575.98px) { diff --git a/viewer/templates/gallery_view.html b/viewer/templates/gallery_view.html index 090152e..a35f7d7 100644 --- a/viewer/templates/gallery_view.html +++ b/viewer/templates/gallery_view.html @@ -142,7 +142,7 @@ {% if not forloop.first %} / {% endif %} - {{ crumb.label|truncatechars:45 }} + {{ crumb.label|truncatechars:45 }} {% endfor %}