diff --git a/viewer/static/css/styles.css b/viewer/static/css/styles.css index 330ec68..d48d2ca 100644 --- a/viewer/static/css/styles.css +++ b/viewer/static/css/styles.css @@ -16,6 +16,10 @@ height: 75vh; } +.fc { + width: fit-content; +} + /**************************************************************************** * Content. * ****************************************************************************/ diff --git a/viewer/templates/gallery_view.html b/viewer/templates/gallery_view.html index 09248dc..67a6f76 100644 --- a/viewer/templates/gallery_view.html +++ b/viewer/templates/gallery_view.html @@ -17,9 +17,11 @@
+ {% if num_pages > 1 %}
{% for page in pages %}{{page}}{% if not forloop.last %} {% endif %}{% endfor %}
+ {% endif %} {% if page != 1 %}