mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:07:57 +01:00
Hide the #addonbar-spring by default.
This commit is contained in:
@@ -25,6 +25,8 @@ const StatusLine = Module("statusline", {
|
||||
#status-bar { margin-top: 0 !important; }
|
||||
#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; }
|
||||
]]></css>);
|
||||
let parent = this.widgets.status.parentNode;
|
||||
parent.removeChild(this.widgets.status);
|
||||
|
||||
Reference in New Issue
Block a user