diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2cc8f46c..26ecd5e16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,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/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 58cd72650..53957fae7 100644
Binary files a/builds/4chan-X-beta.crx and b/builds/4chan-X-beta.crx differ
diff --git a/builds/4chan-X-beta.meta.js b/builds/4chan-X-beta.meta.js
index 36485314a..e28d5a4ed 100644
--- a/builds/4chan-X-beta.meta.js
+++ b/builds/4chan-X-beta.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
-// @version 1.13.0.23
+// @version 1.13.0.24
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js
index 14f3c6f9d..2fa107e62 100644
--- a/builds/4chan-X-beta.user.js
+++ b/builds/4chan-X-beta.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
-// @version 1.13.0.23
+// @version 1.13.0.24
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -147,7 +147,7 @@ docSet = function() {
};
g = {
- VERSION: '1.13.0.23',
+ VERSION: '1.13.0.24',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -1309,9 +1309,9 @@ body > div[style*=\" top: -10000px;\"] {\n\
/* 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 */\n\
word-break: break-word;\n\
}\n\
-:root:not(.ua-webkit):not(.ua-blink) .post > .file {\n\
+:root:not(.ua-webkit):not(.ua-blink) .fileText {\n\
word-wrap: break-word;\n\
- max-width: calc(100vw - 50px);\n\
+ max-width: calc(100vw - 90px);\n\
}\n\
/* Ads */\n\
.ad-cnt > *, .adg-rects > * {\n\
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index cc58df852..2154b0823 100644
Binary files a/builds/4chan-X-noupdate.crx and b/builds/4chan-X-noupdate.crx differ
diff --git a/builds/4chan-X-noupdate.user.js b/builds/4chan-X-noupdate.user.js
index 11975774f..a59c40181 100644
--- a/builds/4chan-X-noupdate.user.js
+++ b/builds/4chan-X-noupdate.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.13.0.23
+// @version 1.13.0.24
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -147,7 +147,7 @@ docSet = function() {
};
g = {
- VERSION: '1.13.0.23',
+ VERSION: '1.13.0.24',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -1309,9 +1309,9 @@ body > div[style*=\" top: -10000px;\"] {\n\
/* 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 */\n\
word-break: break-word;\n\
}\n\
-:root:not(.ua-webkit):not(.ua-blink) .post > .file {\n\
+:root:not(.ua-webkit):not(.ua-blink) .fileText {\n\
word-wrap: break-word;\n\
- max-width: calc(100vw - 50px);\n\
+ max-width: calc(100vw - 90px);\n\
}\n\
/* Ads */\n\
.ad-cnt > *, .adg-rects > * {\n\
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index f88200958..4157ab049 100644
Binary files a/builds/4chan-X.crx and b/builds/4chan-X.crx differ
diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js
index 139ee5ea1..23b6ce838 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.13.0.23
+// @version 1.13.0.24
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index fcf408307..0abbcb8bb 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.13.0.23
+// @version 1.13.0.24
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -147,7 +147,7 @@ docSet = function() {
};
g = {
- VERSION: '1.13.0.23',
+ VERSION: '1.13.0.24',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -1309,9 +1309,9 @@ body > div[style*=\" top: -10000px;\"] {\n\
/* 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 */\n\
word-break: break-word;\n\
}\n\
-:root:not(.ua-webkit):not(.ua-blink) .post > .file {\n\
+:root:not(.ua-webkit):not(.ua-blink) .fileText {\n\
word-wrap: break-word;\n\
- max-width: calc(100vw - 50px);\n\
+ max-width: calc(100vw - 90px);\n\
}\n\
/* Ads */\n\
.ad-cnt > *, .adg-rects > * {\n\
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index 3e263b1b1..31303f693 100644
Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ
diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml
index e29f7712f..7ad44ead9 100644
--- a/builds/updates-beta.xml
+++ b/builds/updates-beta.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/builds/updates.xml b/builds/updates.xml
index 68fbac6cd..38558cdd1 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/version.json b/version.json
index ac3e462a7..0cf85fa19 100644
--- a/version.json
+++ b/version.json
@@ -1,4 +1,4 @@
{
- "version": "1.13.0.23",
- "date": "2016-11-08T09:33:25.918Z"
+ "version": "1.13.0.24",
+ "date": "2016-11-09T07:36:58.703Z"
}
\ No newline at end of file