From: Iain Patterson Date: Mon, 3 Aug 2015 10:05:43 +0000 (+0100) Subject: Fixed Pentadactyl with uBlock Origin popup. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=7cfa2e04af2ae08ec3890c116580b8cdfc0653f9;p=profile.git Fixed Pentadactyl with uBlock Origin popup. 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 --- diff --git a/.pentadactylrc b/.pentadactylrc index 72d7a3d..03b191d 100644 --- a/.pentadactylrc +++ b/.pentadactylrc @@ -24,4 +24,8 @@ map -builtin J :jumps " 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: