diff --git a/server/templates/macros.htm b/server/templates/macros.htm index 25ebbbc..f5ff4d4 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -93,6 +93,13 @@ justify-content: space-between; align-items: flex-end; } + .element_view > .thumbnail_img { + display: block; + margin: .4rem; + order: 90; + width: 420px; + max-width: 100%; + } .element_view > .element_info { display: block; } diff --git a/server/templates/media_element.htm b/server/templates/media_element.htm index 4772e91..1a705b4 100644 --- a/server/templates/media_element.htm +++ b/server/templates/media_element.htm @@ -11,6 +11,7 @@ {{ macros.body_header() }}

{{ title }}

+ Thumbnail
{% if element.description != None %}
{{ element.description }}