Skip to content

Commit

Permalink
fix: wrong menu position in compact mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ikemo3 committed Jan 12, 2020
1 parent 17b4c97 commit 8a9eb22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/content_script/google.css
Expand Up @@ -13,6 +13,11 @@
background-color: #FFD2D2;
}

g-inner-card:not([data-blocker-display=none]) > span.block-anchor {
margin-top: 0;
margin-bottom: 0;
}

/**
* Anchor immediately after not blocked element
*/
Expand Down

0 comments on commit 8a9eb22

Please sign in to comment.