Merge pull request #78 from rlauu/patch-2
This commit is contained in:
commit
f471276886
@ -73,6 +73,10 @@ introSkipper.injectCss = function () {
|
||||
}
|
||||
}
|
||||
|
||||
#skipIntro .paper-icon-button-light.show-focus:focus {
|
||||
transform: scale(1.04) !important;
|
||||
}
|
||||
|
||||
#skipIntro.upNextContainer {
|
||||
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}`); }
|
||||
return await res.json();
|
||||
}
|
||||
introSkipper.setup();
|
||||
introSkipper.setup();
|
||||
|
Loading…
x
Reference in New Issue
Block a user