瀏覽代碼

moved text 1px up

Gildas 5 年之前
父節點
當前提交
9691d0260c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      common/ui/content/content-infobar-web.js

+ 2 - 0
common/ui/content/content-infobar-web.js

@@ -115,6 +115,8 @@
 			setProperty(infoElement, "line-height", "22px");
 			setProperty(infoElement, "word-break", "break-word");
 			setProperty(infoElement, "white-space", "pre-wrap");
+			setProperty(infoElement, "position", "relative");
+			setProperty(infoElement, "top", "1px");
 			infoElement.textContent = infoData;
 			const linkElement = createElement("a", infobarElement);
 			setProperty(linkElement, "display", "inline-block");