diff options
author | Ajay <[email protected]> | 2022-06-13 13:26:33 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-06-13 13:26:33 -0400 |
commit | 2dfcf2141f0b524ebebf7bce25a74ca7b57073a9 (patch) | |
tree | 2419382ddc9d10ba5762e3ee24fa0705717b1edc /public/popup.css | |
parent | 47220e0abc2cdb35324b5a6fedbc277efdcf50e2 (diff) | |
download | SponsorBlock-2dfcf2141f0b524ebebf7bce25a74ca7b57073a9.tar.gz SponsorBlock-2dfcf2141f0b524ebebf7bce25a74ca7b57073a9.zip |
minimum width for username box
Diffstat (limited to 'public/popup.css')
-rw-r--r-- | public/popup.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/popup.css b/public/popup.css index 01142d6e..393c0789 100644 --- a/public/popup.css +++ b/public/popup.css @@ -462,9 +462,11 @@ */ #usernameElement { padding: 8px; + min-width: 50%; } #setUsernameContainer { display: flex; + width: fit-content; } #setUsernameContainer > button { display: flex; |