Handle case where become script is unreadable.
[profile.git] / .pentadactylrc
index d32fc5d..03b191d 100644 (file)
@@ -22,4 +22,10 @@ map -builtin u <C-u>
 " Show jumplist.
 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: