diff options
author | Adrian Kummerlaender | 2014-10-06 20:14:34 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-10-06 20:14:34 +0200 |
commit | c44a7287fb2d54e151cf9e6b526a8b501b298a54 (patch) | |
tree | a02fe69dd67441f9e0403a2555c3161e726b9abc /pentadactyl | |
parent | e1665d2106b624295192de4631aeaac79dc36e25 (diff) | |
download | dotfiles-c44a7287fb2d54e151cf9e6b526a8b501b298a54.tar dotfiles-c44a7287fb2d54e151cf9e6b526a8b501b298a54.tar.gz dotfiles-c44a7287fb2d54e151cf9e6b526a8b501b298a54.tar.bz2 dotfiles-c44a7287fb2d54e151cf9e6b526a8b501b298a54.tar.lz dotfiles-c44a7287fb2d54e151cf9e6b526a8b501b298a54.tar.xz dotfiles-c44a7287fb2d54e151cf9e6b526a8b501b298a54.tar.zst dotfiles-c44a7287fb2d54e151cf9e6b526a8b501b298a54.zip |
Fixed compatibility problem between tree style tabs and pentadactyl
* without this fix the tree style tab sidebar is only a couple of pixels tall
** i.e. unusable
Diffstat (limited to 'pentadactyl')
-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 |