mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 20:15:46 +01:00
Fix last commit.
This commit is contained in:
@@ -36,7 +36,7 @@ var StatusLine = Module("statusline", {
|
|||||||
min-width: 0 !important;
|
min-width: 0 !important;
|
||||||
}
|
}
|
||||||
AddonButton:not(:hover) background: transparent !important;
|
AddonButton:not(:hover) background: transparent !important;
|
||||||
]]>, "<padding>", util.OS.isMacOS ? "padding-right: 10px !important;" : ""));
|
]]>, "<padding>", util.OS.isMacOSX ? "padding-right: 10px !important;" : ""));
|
||||||
}
|
}
|
||||||
|
|
||||||
let _commandline = "if (window.dactyl) return dactyl.modules.commandline";
|
let _commandline = "if (window.dactyl) return dactyl.modules.commandline";
|
||||||
|
|||||||
@@ -339,6 +339,7 @@ var Template = Module("Template", {
|
|||||||
<span highlight="LinkInfo" xmlns:dactyl={NS}>Defined at {sourceLink(frame)}</span>
|
<span highlight="LinkInfo" xmlns:dactyl={NS}>Defined at {sourceLink(frame)}</span>
|
||||||
}</span>
|
}</span>
|
||||||
</td>
|
</td>
|
||||||
|
{ template.map(item.columns, function (c) <td>{c}</td>) }
|
||||||
<td>{desc(item)}</td>
|
<td>{desc(item)}</td>
|
||||||
</tr>)
|
</tr>)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user