feat: support embed memo with iframe (#912)

This commit is contained in:
boojack
2023-01-07 01:56:02 +08:00
committed by GitHub
parent 0f8ce3dd16
commit 96798e10b4
13 changed files with 164 additions and 13 deletions

View File

@ -1,7 +1,11 @@
html,
body {
@apply text-base dark:bg-zinc-800;
@apply text-base w-full h-full dark:bg-zinc-800;
font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei UI", "Microsoft YaHei",
"WenQuanYi Micro Hei", sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji";
}
#root {
@apply w-full h-full;
}