Introduced emoji support

This commit is contained in:
Jacob Schmidt 2026-02-27 22:37:20 -06:00
parent 058dec06d7
commit 52a2a11ee3
2 changed files with 3 additions and 1 deletions

View File

@ -292,6 +292,7 @@
color: var(--text-primary);
font-size: 0.92rem;
line-height: 1.65;
font-family: "Segoe UI Variable", "Segoe UI", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", Inter, Roboto, Helvetica, Arial, sans-serif;
}
.fragment-view :global(h1),
@ -337,6 +338,7 @@
color: var(--text-primary);
padding: 10px 11px;
font-size: 0.88rem;
font-family: "Segoe UI Variable", "Segoe UI", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", Inter, Roboto, Helvetica, Arial, sans-serif;
}
.fragment-form textarea {

View File

@ -492,13 +492,13 @@
font-size: 0.92rem;
line-height: 1.65;
overflow: visible;
font-family: "Segoe UI Variable", "Segoe UI", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", Inter, Roboto, Helvetica, Arial, sans-serif;
}
.markdown-input {
display: block;
resize: none;
overflow: auto;
font-family: "Segoe UI Variable", "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
}
.markdown-input:focus {