Browse Source

Make lightbox fit images to screen horizontally

spaghetti 8 years ago
parent
commit
46530aba34
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      static/styles/global.css

+ 4
- 0
static/styles/global.css View File

@@ -912,3 +912,7 @@ div.torrent_artists {
912 912
 input[type="search"] {
913 913
   -webkit-appearance: textfield;
914 914
 }
915
+
916
+#lightbox > img {
917
+  max-width: 100%;
918
+}

Loading…
Cancel
Save