Merge branch 'bstable'

This commit is contained in:
ccd0 2016-11-08 23:44:35 -08:00
commit 5d54485649
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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 */