mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-09 17:45:47 +01:00
Fix over-sized addon-bar.
This commit is contained in:
@@ -21,7 +21,8 @@ const StatusLine = Module("statusline", {
|
|||||||
|
|
||||||
if (this._statusBar.localName == "toolbar") {
|
if (this._statusBar.localName == "toolbar") {
|
||||||
styles.addSheet(true, "addon-bar", config.styleableChrome, <css><![CDATA[
|
styles.addSheet(true, "addon-bar", config.styleableChrome, <css><![CDATA[
|
||||||
#addon-bar { padding: 0 !important; }
|
#status-bar { margin-top: 0 !important; }
|
||||||
|
#addon-bar { padding: 0 !important; min-height: 18px !important; }
|
||||||
#addon-bar > statusbar { -moz-box-flex: 1 }
|
#addon-bar > statusbar { -moz-box-flex: 1 }
|
||||||
]]></css>);
|
]]></css>);
|
||||||
let parent = this.widgets.status.parentNode;
|
let parent = this.widgets.status.parentNode;
|
||||||
|
|||||||
Reference in New Issue
Block a user