diff options
author | Alec Rust <[email protected]> | 2022-03-19 11:47:34 +0000 |
---|---|---|
committer | Alec Rust <[email protected]> | 2022-04-15 16:12:15 +0100 |
commit | d19fcd2a4cbcc27b1ce2527f4677f2175b77c36c (patch) | |
tree | b4aa6ac73c29b38fdf38ff437b134952df35f546 /public/popup.css | |
parent | 9b4c4afa35775d52c02e616cfc4cb06a109adfe5 (diff) | |
download | SponsorBlock-d19fcd2a4cbcc27b1ce2527f4677f2175b77c36c.tar.gz SponsorBlock-d19fcd2a4cbcc27b1ce2527f4677f2175b77c36c.zip |
Fix spacing regression
closes #1235
Diffstat (limited to 'public/popup.css')
-rw-r--r-- | public/popup.css | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/public/popup.css b/public/popup.css index 7096bbe4..737fa33a 100644 --- a/public/popup.css +++ b/public/popup.css @@ -475,7 +475,7 @@ overflow: hidden; text-overflow: ellipsis; max-width: 130px; - margin-right: 8px; + margin: 0 8px 0 0; } /* @@ -531,17 +531,13 @@ } /* - * Generic spacing classes + * Generic utilities */ -.u-mZ { + #sponsorBlockPopupBody .u-mZ { margin: 0 !important; } -/* - * Generic hide utility classes - */ - #sponsorBlockPopupBody .hidden { display: none !important; } |