Explorar o código

Merge pull request #599 from bhikkhu-kosalla-china/master

句子加边框
Bhikkhu China Kosalla %!s(int64=4) %!d(string=hai) anos
pai
achega
bb9e000bd9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/term/note.js

+ 1 - 1
app/term/note.js

@@ -82,7 +82,7 @@ function note_init(input,channel="",editor="",lang="en") {
 
 		output += "</div>";
 
-		let newString = output.replace(/\{\{/g, '<span class="note_shell"><note info="');
+		let newString = output.replace(/\{\{/g, '<span class="note_shell"><note style="border: solid 2px var(--btn-bg-color);" info="');
 		newString = newString.replace(/\}\}/g, '" ></note></span>');
 
 		return newString;