mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
- **fix(editor): clear selection after toggle latex editor** - **chore: remove useless test** <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - LaTeX rendering now outputs MathML format for improved accessibility and compatibility. - Added support for KaTeX styling to enhance LaTeX display in the playground. - **Bug Fixes** - Improved editor behavior by resetting the selection group before opening the LaTeX editor. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
17 lines
365 B
CSS
17 lines
365 B
CSS
@import '@toeverything/theme/style.css';
|
|
@import '@toeverything/theme/fonts.css';
|
|
|
|
@import 'katex/dist/katex.min.css';
|
|
|
|
@font-face {
|
|
font-family: 'color-emoji';
|
|
src:
|
|
local('Apple Color Emoji'), local('Segoe UI Emoji'),
|
|
local('Segoe UI Symbol'), local('Noto Color Emoji');
|
|
unicode-range: U+1F000-1F644, U+203C-3299;
|
|
}
|
|
|
|
.dg > ul {
|
|
overflow: scroll;
|
|
}
|