Fall back to .paige-content
This commit is contained in:
@@ -2,10 +2,13 @@
|
||||
|
||||
<script>
|
||||
function paigeResize() {
|
||||
var e = document.querySelector(".paige-content");
|
||||
var e = document.querySelector("#paige-content");
|
||||
if (!e) {
|
||||
e = document.querySelector(".paige-content");
|
||||
if (!e) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
var mw = getComputedStyle(e).maxWidth;
|
||||
var w;
|
||||
if (mw === "100%") {
|
||||
|
Reference in New Issue
Block a user