mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
commit
cc995b9848
1 changed files with 6 additions and 0 deletions
|
@ -275,6 +275,10 @@ background-color:#ec1c1c;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button#setUsernameButton {
|
||||||
|
flex: 0 1;
|
||||||
|
}
|
||||||
|
|
||||||
#submitUsername {
|
#submitUsername {
|
||||||
padding-left: 5pt;
|
padding-left: 5pt;
|
||||||
}
|
}
|
||||||
|
@ -285,6 +289,7 @@ background-color:#ec1c1c;
|
||||||
|
|
||||||
#usernameValue, #usernameInput, #sponsorTimesContributionsDisplay{
|
#usernameValue, #usernameInput, #sponsorTimesContributionsDisplay{
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
flex: 1 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SBWhitelistIcon {
|
.SBWhitelistIcon {
|
||||||
|
@ -343,6 +348,7 @@ label>p, #disableExtension>p, #usernameValue, #usernameElement > div > p,#sponso
|
||||||
|
|
||||||
#copyUserID {
|
#copyUserID {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
flex: 0 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#setUsernameContainer {
|
#setUsernameContainer {
|
||||||
|
|
Loading…
Reference in a new issue