diff --git a/CHANGELOG.md b/CHANGELOG.md
index 103c1b65f..0ee1de086 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@
### v1.13.1
+**v1.13.1.3** *(2016-11-09)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.1.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.1.3/builds/4chan-X-noupdate.crx)]
+- Merge v1.13.0.24: Fix bug from v1.13.0.0 causing lack of scroll bar when `Fit width` is disabled and images overflow screen.
+
**v1.13.1.2** *(2016-11-08)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.1.2/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.1.2/builds/4chan-X-noupdate.crx)]
- Merge v1.13.0.23: Fix bug from v1.13.0.0 affecting the catalog sorting order of recently hidden/shown threads.
- Merge v1.13.0.23: Cosmetic fixes for bottom ad changes.
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 4b004e58f..c797c1e7b 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 450b9dd0d..9d7c113dc 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.1.2
+// @version 1.13.1.3
// @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 1c9ce1922..f9476a63c 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.1.2
+// @version 1.13.1.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -147,7 +147,7 @@ docSet = function() {
};
g = {
- VERSION: '1.13.1.2',
+ VERSION: '1.13.1.3',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -1319,9 +1319,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 264225d03..8ad8ac040 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 57b6acdf3..c9dad18cb 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.1.2
+// @version 1.13.1.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -147,7 +147,7 @@ docSet = function() {
};
g = {
- VERSION: '1.13.1.2',
+ VERSION: '1.13.1.3',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -1319,9 +1319,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 3dcb54dab..d409ec703 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 38b7f546a..d6eb602b4 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.13.1.2
+// @version 1.13.1.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index 6b65d94c6..631371f0d 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.13.1.2
+// @version 1.13.1.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -147,7 +147,7 @@ docSet = function() {
};
g = {
- VERSION: '1.13.1.2',
+ VERSION: '1.13.1.3',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -1319,9 +1319,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 80a77dd2b..128b3299b 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 04f96cd86..d6b57e25c 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 7662bf5b7..8a859bec7 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/version.json b/version.json
index 531201bce..61870d3e4 100644
--- a/version.json
+++ b/version.json
@@ -1,4 +1,4 @@
{
- "version": "1.13.1.2",
- "date": "2016-11-08T10:25:49.007Z"
+ "version": "1.13.1.3",
+ "date": "2016-11-09T07:44:42.744Z"
}
\ No newline at end of file