From ff8ddc347c9b0f8ab2f9b13a90df38f0e9395028 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 19 Jan 2015 16:15:57 -0800 Subject: [PATCH] Fix gallery fit width in Firefox. zixaphir/appchan-x#824 --- src/General/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index f3a043f0a..22fcbafd1 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1561,6 +1561,7 @@ div.boardTitle { flex-direction: row; -webkit-flex: 1 1 auto; flex: 1 1 auto; + overflow: hidden; } .gal-thumbnails { -webkit-flex: 0 0 150px; @@ -1659,6 +1660,7 @@ div.boardTitle { .gal-image a { margin: auto; line-height: 0; + max-width: 100%; } :root.gal-pdf .gal-image a { width: 100%;