fix: set emoji font-family
This commit is contained in:
parent
20c14439ea
commit
5ed49a72e8
1 changed files with 3 additions and 0 deletions
|
@ -387,6 +387,9 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.nsfw-switch {
|
.nsfw-switch {
|
||||||
|
font-family: "apple color emoji", "segoe ui emoji", "noto color emoji",
|
||||||
|
"android emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla",
|
||||||
|
"segoe ui symbol";
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue