Fix modal help link style (#9098)

This commit is contained in:
Leilei332
2025-06-18 14:17:39 +01:00
committed by GitHub
parent 117e88e604
commit a661b9a5de
+1
View File
@@ -143,6 +143,7 @@ Modal.prototype.display = function(title,options) {
link.setAttribute("href",tiddler.fields.help);
link.setAttribute("target","_blank");
link.setAttribute("rel","noopener noreferrer");
link.setAttribute("class","tc-tiddlylink-external");
link.appendChild(this.srcDocument.createTextNode("Help"));
modalFooterHelp.appendChild(link);
modalFooterHelp.style.float = "left";