From b610b2a8610641a2f7bd1b244dfe3d0ecdcc9c17 Mon Sep 17 00:00:00 2001 From: spaghetti Date: Fri, 7 Jul 2017 17:10:53 -0400 Subject: [PATCH] Make lightbox fit images to screen horizontally --- static/styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) 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%; +}