diff options
author | 2019-08-28 17:37:31 +0700 | |
---|---|---|
committer | 2019-08-28 17:37:31 +0700 | |
commit | aa29f7fe392a4c0078df344b86d1ea041d4b65dd (patch) | |
tree | 404d0d041db37fbcf37158369ef783fcf337a8c9 | |
parent | 6cc38dab65e10015e28176c7d4ed7a7693d301ac (diff) | |
download | refined-github-aa29f7fe392a4c0078df344b86d1ea041d4b65dd.tar.gz refined-github-aa29f7fe392a4c0078df344b86d1ea041d4b65dd.tar.zst refined-github-aa29f7fe392a4c0078df344b86d1ea041d4b65dd.zip |
Avoid social buttons overlap unless necessary19.8.29
Fixes #2368
-rw-r--r-- | source/features/hide-watch-and-fork-count.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/hide-watch-and-fork-count.css b/source/features/hide-watch-and-fork-count.css index a01d2084..9a9cd032 100644 --- a/source/features/hide-watch-and-fork-count.css +++ b/source/features/hide-watch-and-fork-count.css @@ -11,8 +11,8 @@ } /* Bring the counts above the lightbox, to make them clickable */ -.social-count[href$='/network/members'], -.social-count[href$='/watchers'] { +.rgh-hide-watch-and-fork-count details[open] + .social-count[href$='/network/members'], +.rgh-hide-watch-and-fork-count details[open] + .social-count[href$='/watchers'] { position: relative; z-index: 100; } |