mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge branch 'feat/support-get-encoded-collab-event' of https://github.com/AppFlowy-IO/AppFlowy into feat/support-get-encoded-collab-event
This commit is contained in:
commit
2eeac030a5
@ -88,7 +88,7 @@ const createServer = async (req) => {
|
|||||||
let htmlData = fs.readFileSync(indexPath, 'utf8');
|
let htmlData = fs.readFileSync(indexPath, 'utf8');
|
||||||
const $ = cheerio.load(htmlData);
|
const $ = cheerio.load(htmlData);
|
||||||
|
|
||||||
const description = 'Write, share, and publish docs quickly on AppFlowy. \n Get started for free.';
|
const description = 'Write, share, and publish docs quickly on AppFlowy.\nGet started for free.';
|
||||||
let title = 'AppFlowy';
|
let title = 'AppFlowy';
|
||||||
const url = 'https://appflowy.io';
|
const url = 'https://appflowy.io';
|
||||||
let image = logo;
|
let image = logo;
|
||||||
|
@ -52,12 +52,12 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
font-family: 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'Twemoji Mozilla', sans-serif;
|
font-family: 'Apple Color Emoji', 'Noto Color Emoji', 'Segoe UI Emoji', 'Twemoji Mozilla', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.view-icon {
|
.view-icon {
|
||||||
@apply flex w-fit leading-[1.5em] cursor-pointer rounded-lg py-2 text-[1.5em];
|
@apply flex w-fit leading-[1.5em] cursor-pointer rounded-lg py-2 text-[1.5em];
|
||||||
font-family: 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'Twemoji Mozilla', sans-serif;
|
font-family: 'Apple Color Emoji', 'Noto Color Emoji', 'Segoe UI Emoji', 'Twemoji Mozilla', sans-serif;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user