Browse Source

Make lightbox fit images to screen horizontally

undefined
spaghetti 7 years ago
committed by Tomochin
parent
commit
b610b2a861
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 {
input[type="search"] {
-webkit-appearance: textfield;
}

#lightbox > img {
max-width: 100%;
}

Loading…
Cancel
Save