diff --git a/CHANGELOG.md b/CHANGELOG.md index 1735f6846..103c1b65f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,9 @@ ## v1.13.0 +**v1.13.0.24** *(2016-11-09)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.24/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.24/builds/4chan-X-noupdate.crx)] +- Fix bug from v1.13.0.0 causing lack of scroll bar when `Fit width` is disabled and images overflow screen. + **v1.13.0.23** *(2016-11-08)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.23/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.23/builds/4chan-X-noupdate.crx)] - Fix bug from v1.13.0.0 affecting the catalog sorting order of recently hidden/shown threads. - Cosmetic fixes for bottom ad changes. diff --git a/src/css/style.css b/src/css/style.css index 820a9e619..4614959c0 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -120,9 +120,9 @@ body > div[style*=" top: -10000px;"] { /* currently nonstandard but may be added: https://lists.w3.org/Archives/Public/www-style/2016Mar/0352.html, https://bugzilla.mozilla.org/show_bug.cgi?id=1296042 */ word-break: break-word; } -:root:not(.ua-webkit):not(.ua-blink) .post > .file { +:root:not(.ua-webkit):not(.ua-blink) .fileText { word-wrap: break-word; - max-width: calc(100vw - 50px); + max-width: calc(100vw - 90px); } /* Ads */