diff options
author | Ajay <[email protected]> | 2023-10-14 20:32:48 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-10-14 20:32:48 -0400 |
commit | 09a3a4e6d449730a935a11ff3be7ff820543f3d4 (patch) | |
tree | f4dd749536c108c43c03d3f61edd9a9604b2563d /public/shared.css | |
parent | e271f2cbcc06680680b05d5e8b7be3749f13c4f5 (diff) | |
download | SponsorBlock-09a3a4e6d449730a935a11ff3be7ff820543f3d4.tar.gz SponsorBlock-09a3a4e6d449730a935a11ff3be7ff820543f3d4.zip |
Fix vote buttons in category pill missing not being centered
Diffstat (limited to 'public/shared.css')
-rw-r--r-- | public/shared.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/shared.css b/public/shared.css index 4dd8a035..005d3500 100644 --- a/public/shared.css +++ b/public/shared.css @@ -216,4 +216,17 @@ display: flex; align-items: center; +} + +/* + * Buttons that appear under a segment on click + */ +.voteButton { + height: 20px; + padding: 0 5px; + cursor: pointer; +} + +.voteButton:hover { + opacity: 0.8; }
\ No newline at end of file |