From 53888a17871b0877fbfd1f7f3e2c29f75d6dae36 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Wed, 15 Jan 2020 20:18:40 -0800 Subject: [PATCH] Fix #photoviewer from being expanded to fill the whole pane. --- frontends/etiquette_flask/templates/photo.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontends/etiquette_flask/templates/photo.html b/frontends/etiquette_flask/templates/photo.html index 49b7e4a..0311b11 100644 --- a/frontends/etiquette_flask/templates/photo.html +++ b/frontends/etiquette_flask/templates/photo.html @@ -99,6 +99,10 @@ max-height: 100%; max-width: 100%; } +#photo_viewer a +{ + margin: auto; +} #hovering_tools {