diff options
-rw-r--r-- | pentadactyl/.pentadactylrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc index 5ad6f95..a9c5d8e 100644 --- a/pentadactyl/.pentadactylrc +++ b/pentadactyl/.pentadactylrc @@ -30,3 +30,9 @@ hi -l=s_normal,s_greenfont,s_grayback Hint hi HintElem background:#a5a5a5; hi Hint[active] background:#aadb0f;color:#161616; hi HintActive background:#aadb0f; + +style -name tabbrowser-height-fix chrome://* <<EOM +[dactyl-australis=true] .tabbrowser-tabs { + max-height: unset !important; +} +EOM |