Handle the case where $HOME has a trailing slash.
[profile.git] / .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: