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;
} }