diff --git a/static/styles/global.css b/static/styles/global.css index 5e62012..6164c6c 100755 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -912,3 +912,7 @@ div.torrent_artists { input[type="search"] { -webkit-appearance: textfield; } + +#lightbox > img { + max-width: 100%; +}