diff --git a/src/General/css/style.css b/src/General/css/style.css index cac7c19bd..4d31e4eb2 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1245,7 +1245,10 @@ input[name="Default Volume"] { body:not(.board_f) #qr select[name="filetag"], #qr.reply-to-thread select[name="filetag"], body:not(.board_i) .oekaki, -body:not(.board_jp) #sjis-toggle { +body:not(.board_jp) #sjis-toggle, +body:not(.board_sci) #tex-preview-button, +#qr.tex-preview .textarea > :not(#tex-preview), +#qr:not(.tex-preview) #tex-preview { display: none; } .persona button { @@ -1258,7 +1261,7 @@ body:not(.board_jp) #sjis-toggle { background: linear-gradient(to bottom, #F8F8F8, #DCDCDC) no-repeat; color: #000; } -#qr.sjis-preview #sjis-toggle { +#qr.sjis-preview #sjis-toggle, #qr.tex-preview #tex-preview-button { background: #DCDCDC; } #sjis-toggle, #qr.sjis-preview textarea.field { @@ -1266,6 +1269,12 @@ body:not(.board_jp) #sjis-toggle { font-size: 16px; line-height: 17px; } +#tex-preview-button { + font-size: 10px; +} +#tex-preview { + white-space: pre-line; +} #qr textarea.field { height: 14.8em; min-height: 9em; diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index f24da5a6e..62e4e96b9 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -106,7 +106,8 @@ :root.tomorrow .persona button:focus { border-color: rgb(129, 162, 190); } -:root.tomorrow #qr.sjis-preview #sjis-toggle { +:root.tomorrow #qr.sjis-preview #sjis-toggle, +:root.tomorrow #qr.tex-preview #tex-preview-button { background: rgb(26, 27, 29); } :root.tomorrow #qr select, diff --git a/src/General/html/Features/QuickReply.html b/src/General/html/Features/QuickReply.html index 6af2692bf..526e99ba0 100755 --- a/src/General/html/Features/QuickReply.html +++ b/src/General/html/Features/QuickReply.html @@ -11,6 +11,7 @@