Fixed Pentadactyl with uBlock Origin popup.
authorIain Patterson <me@iain.cx>
Mon, 3 Aug 2015 10:05:43 +0000 (11:05 +0100)
committerIain Patterson <me@iain.cx>
Mon, 3 Aug 2015 10:05:43 +0000 (11:05 +0100)
Clicking the uBlock icon does not open the popup window if the
navigation bar is disabled.  Pentadactyl custom CSS can force it to be
shown.

https://github.com/chrisaljoudi/uBlock/issues/549

.pentadactylrc

index 72d7a3d..03b191d 100644 (file)
@@ -24,4 +24,8 @@ map -builtin J :jumps<CR>
 
 " Fix vertical tabs.
 style -A -n tabkit2 * [dactyl-australis=true] .tabbrowser-tabs { max-height: inherit !important; }
+
+" Fix uBlock popup.
+style -n ublock * #nav-bar * { visibility: visible; }
+
 " vim: set ft=pentadactyl: