diff options
author | Ajay Ramachandran <[email protected]> | 2020-12-13 23:52:38 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-12-13 23:52:38 -0500 |
commit | 1afabb934f4f13959c3996c3e8b362f14be8d99a (patch) | |
tree | 574e4fad8294625b9e2c3bb9219761ac3341b56b /public/popup.html | |
parent | df84f328a752272db3453c490ecdac9967b4675a (diff) | |
download | SponsorBlock-1afabb934f4f13959c3996c3e8b362f14be8d99a.tar.gz SponsorBlock-1afabb934f4f13959c3996c3e8b362f14be8d99a.zip |
Expand username textbox when editing.
Diffstat (limited to 'public/popup.html')
-rw-r--r-- | public/popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/popup.html b/public/popup.html index f4cd78d2..35479076 100644 --- a/public/popup.html +++ b/public/popup.html @@ -96,7 +96,7 @@ </div> </div> </div> - <div id="sponsorTimesContributionsContainer" style="display: none"> + <div id="sponsorTimesContributionsContainer" class="hidden"> <div> <p>__MSG_soFarUHSubmited__</p> <span id="sponsorTimesContributionsDisplay"> |