diff --git a/server/templates/macros.htm b/server/templates/macros.htm index b05c6c0..bd15fc4 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -86,6 +86,16 @@ font-size: 1.2rem; } + /* media element */ + .element_view { + display: flex; + flex-wrap: wrap-reverse; + justify-content: space-between; + align-items: flex-end; + } + .element_view > .element_info { + display: block; + } {% endmacro %} diff --git a/server/templates/media_element.htm b/server/templates/media_element.htm index 9f9c50a..224b3ac 100644 --- a/server/templates/media_element.htm +++ b/server/templates/media_element.htm @@ -10,52 +10,56 @@ {{ macros.body_header() }}

{{ title }}

-

Notes

-
{{ element.notes or "" }}
-

Properties

- -

Part of Collections

- +

Part of Collections

+ +

Links

+ + +