Quantcast
Channel: Pale Moon forum
Viewing all articles
Browse latest Browse all 2397

Web Compatibility Support • Re: kickstarter.com - text alignment issue

$
0
0
Okay then, here's an alternative approach that uses a Modify HTTP Response filter to expand margin-inline and padding-inline.

CODE:

[["a.kickstarter.com",["/\\.css$/",["/(padding|margin)-inline:(.*?)([;}])/g","$1-inline-start:$2;$1-inline-end:$2$3"]]]]
The scrollbar at the top is due to overflow-y: scroll; it seems Firefox removes this if there's no content.

Didn't track down what's going on the with recommended stuff.

Viewing all articles
Browse latest Browse all 2397

Trending Articles