diff --git a/common/content/configbase.js b/common/content/configbase.js index 3dce275d..266e5323 100644 --- a/common/content/configbase.js +++ b/common/content/configbase.js @@ -221,9 +221,9 @@ const ConfigBase = Class(ModuleBase, { Keyword color: red; Tag color: blue; - Usage position: relative; - Usage>LineInfo position: absolute; left: 100%; padding: 0 1em; background: white; - Usage:not(:hover)>LineInfo opacity: 0; width: 1px; overflow: hidden; + Usage position: relative; padding-right: 2em; + Usage>LineInfo position: absolute; left: 100%; padding: 1ex; margin: -1ex -1em; background: rgba(255, 255, 255, .8); border-radius: 1ex; + Usage:not(:hover)>LineInfo opacity: 0; width: 1px; height: 1px; overflow: hidden; !StatusLine color: white !important; background: black !important StatusLineBroken color: black !important; background: #FFa0a0 !important /* light-red */ diff --git a/common/modules/template.jsm b/common/modules/template.jsm index 68284b1b..706001f1 100644 --- a/common/modules/template.jsm +++ b/common/modules/template.jsm @@ -325,7 +325,7 @@ const Template = Module("Template", { { this.map(iter, function (item) - + { let (name = item.name || item.names[0], frame = item.definedAt) !frame ? name :