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

master
voussoir 2020-01-15 20:18:40 -08:00
parent 56e34bd245
commit 53888a1787
1 changed files with 4 additions and 0 deletions

View File

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