Merge branch 'bstable'
This commit is contained in:
commit
5d54485649
@ -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.
|
||||
|
||||
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user