ai: add latex rendering

This commit is contained in:
end-4
2024-02-26 22:43:27 +07:00
parent 6676c37e2c
commit 4afa355b0b
5 changed files with 100 additions and 2 deletions
+9
View File
@@ -655,6 +655,15 @@ $colorpicker_rounding: 0.341rem;
@include readingfont;
}
.sidebar-chat-latex {
margin: 0rem 0.682rem;
@if $darkmode ==true {
background-color: white;
}
color: $onBackground;
// background-color: $termbg;
}
.sidebar-chat-codeblock {
@include normal-rounding;
// @include elevation2;