Fixed Pentadactyl with vertical tabs.
authorIain Patterson <me@iain.cx>
Fri, 19 Jun 2015 09:48:48 +0000 (10:48 +0100)
committerIain Patterson <me@iain.cx>
Fri, 19 Jun 2015 09:51:12 +0000 (10:51 +0100)
commit92ad56c07bee835ee9ccf77ce9c14094e522a7ca
tree617a32de8caadf6da995e31082374a5e4c395329
parent96345c68b1b8a5b1b4159ebd38abbe4a6992a090
Fixed Pentadactyl with vertical tabs.

Way back in commit c245702041670b927f11bb7bf61d99f2fdc9e6e7 Pentadactly
broke vertical tabs, such as those in Tab Kit 2nd edition, by explicitly
adding CSS to set the maximum height for the tab bar:

    [dactyl-australis=true] .tabbrowser-tabs {
        min-height: 0 !important;
        max-height: 24px !important;
    }

Rather than recompile Pentadactyl each time we can fix that with a line
of custom CSS in .pentadactylrc.
.pentadactylrc