mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 21:44:21 -04:00
Import emojis from scss and work around emoji bug on macos
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
1a9a5e815a
commit
4de82b774b
8 changed files with 27 additions and 15 deletions
|
@ -6,8 +6,11 @@
|
|||
|
||||
.markdown-body {
|
||||
position: relative;
|
||||
font-family: 'Source Sans Pro', "Twemoji", sans-serif;
|
||||
word-break: break-word;
|
||||
& {
|
||||
@import "./variables.module.scss";
|
||||
font-family: $font-family-base;
|
||||
}
|
||||
|
||||
.svg-container {
|
||||
overflow-x: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue