mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
style: remove unused KaTeX and abbreviation CSS rules
Remove text-indent from .katex class and delete unused abbreviation styling for assistant message bubbles to clean up stylesheet.
This commit is contained in:
parent
6ed8bc8357
commit
5778b3df65
1 changed files with 0 additions and 7 deletions
|
|
@ -399,7 +399,6 @@ a[data-footnote-backref] {
|
|||
.katex {
|
||||
font: normal 1.21em "KaTeX_Main", "Times New Roman", Times, serif;
|
||||
line-height: 1.2;
|
||||
text-indent: 0px;
|
||||
text-rendering: auto;
|
||||
}
|
||||
|
||||
|
|
@ -1227,12 +1226,6 @@ a[data-footnote-backref] {
|
|||
vertical-align: super;
|
||||
}
|
||||
|
||||
/* Abbreviations */
|
||||
.message-bubble.assistant abbr[title] {
|
||||
text-decoration-line: underline;
|
||||
text-decoration-style: dotted;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
/* Definition lists */
|
||||
.message-bubble.assistant dl {
|
||||
|
|
|
|||
Loading…
Reference in a new issue