diff --git a/frontends/etiquette_flask/templates/photo.html b/frontends/etiquette_flask/templates/photo.html index 927b304..22048f4 100644 --- a/frontends/etiquette_flask/templates/photo.html +++ b/frontends/etiquette_flask/templates/photo.html @@ -105,7 +105,12 @@ position: absolute; right: 8px; top: 8px; - background-color: var(--color_theme_primary); + + display: flex; + flex-direction: column; + align-items: flex-end; + + /*background-color: var(--color_theme_primary);*/ } @media screen and (max-width: 800px) @@ -204,11 +209,13 @@ {% endif %} + +
@@ -239,6 +246,25 @@ {% if photo.simple_mimetype == "video" %} {% endif %} + + +