1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 22:55:46 +01:00

Fix hiding addon-bar spring.

This commit is contained in:
Kris Maglione
2010-12-22 21:08:04 -05:00
parent 8019a607d9
commit 69581c1428

View File

@@ -26,7 +26,7 @@ const StatusLine = Module("statusline", {
#addon-bar { padding: 0 !important; min-height: 18px !important; }
#addon-bar > statusbar { -moz-box-flex: 1 }
#addon-bar > #addonbar-closebutton { visibility: collapse; }
#addon-bar > #addonbar-spring { visibility: collapse; }
#addon-bar > xul|toolbarspring { visibility: collapse; }
]]></css>);
let parent = this.widgets.status.parentNode;
parent.removeChild(this.widgets.status);