Skip to content

Commit

Permalink
Add padding to skip button text
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfusedPolarBear committed Mar 9, 2023
1 parent 8a9b630 commit 2b26fa1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ConfusedPolarBear.Plugin.IntroSkipper/Configuration/inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ introSkipper.injectCss = function () {
transition: ease-out 0.4s;
}
#skipIntro #btnSkipSegmentText {
padding-right: 3px;
padding-bottom: 2px;
}
@media (max-width: 1080px) {
#skipIntro {
right: 10%;
Expand Down

0 comments on commit 2b26fa1

Please sign in to comment.