Merge pull request #78 from rlauu/patch-2

This commit is contained in:
TwistedUmbrellaX 2024-03-13 10:08:40 -04:00 committed by GitHub
commit f471276886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,6 +73,10 @@ introSkipper.injectCss = function () {
} }
} }
#skipIntro .paper-icon-button-light.show-focus:focus {
transform: scale(1.04) !important;
}
#skipIntro.upNextContainer { #skipIntro.upNextContainer {
width: unset; width: unset;
} }
@ -215,4 +219,4 @@ introSkipper.secureFetch = async function (url) {
if (res.status !== 200) { throw new Error(`Expected status 200 from ${url}, but got ${res.status}`); } if (res.status !== 200) { throw new Error(`Expected status 200 from ${url}, but got ${res.status}`); }
return await res.json(); return await res.json();
} }
introSkipper.setup(); introSkipper.setup();