feat: support CW and enhance smartphone support

This commit is contained in:
Shusui MOYATANI
2023-03-18 16:37:29 +09:00
parent 4f10489d19
commit fdaa894c8f
7 changed files with 82 additions and 35 deletions

View File

@@ -135,9 +135,9 @@ const Home: Component = () => {
});
return (
<div class="flex h-screen w-screen flex-row overflow-hidden">
<div class="absolute inset-0 flex w-screen flex-row overflow-hidden">
<SideBar />
<div class="flex h-full flex-row overflow-y-hidden overflow-x-scroll">
<div class="flex h-full snap-x snap-mandatory flex-row overflow-y-hidden overflow-x-scroll">
<Column name="ホーム" columnIndex={1} width="widest">
<Timeline events={followingsPosts()} />
</Column>