Fixed Pentadactyl with vertical tabs.
[profile.git] / .pentadactylrc
index d32fc5d..72d7a3d 100644 (file)
@@ -22,4 +22,6 @@ 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; }
 " vim: set ft=pentadactyl: