Fix #photoviewer <a> from being expanded to fill the whole pane.

This commit is contained in:
voussoir 2020-01-15 20:18:40 -08:00
parent 56e34bd245
commit 53888a1787

View file

@ -99,6 +99,10 @@
max-height: 100%;
max-width: 100%;
}
#photo_viewer a
{
margin: auto;
}
#hovering_tools
{