From 7cfa2e04af2ae08ec3890c116580b8cdfc0653f9 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 3 Aug 2015 11:05:43 +0100 Subject: [PATCH] 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 --- .pentadactylrc | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.7.4