diff options
author | Ajay <[email protected]> | 2023-05-10 15:52:03 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-05-10 15:52:03 -0400 |
commit | 5973b801b9c23cfac7eddac8aaccc5f8d3e7a67c (patch) | |
tree | b80625ccb5978e95c34b876b3303201ce6cfb710 | |
parent | 86498eb39996f23c714813626acf7508eaa135d9 (diff) | |
download | SponsorBlock-5973b801b9c23cfac7eddac8aaccc5f8d3e7a67c.tar.gz SponsorBlock-5973b801b9c23cfac7eddac8aaccc5f8d3e7a67c.zip |
Fix popup buttons centering
-rw-r--r-- | public/popup.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/popup.css b/public/popup.css index b01ee1b7..76733fab 100644 --- a/public/popup.css +++ b/public/popup.css @@ -498,6 +498,7 @@ } #setUsernameContainer { display: flex; + align-items: center; width: fit-content; } #setUsernameContainer > button { |