From e7b287902b9c554fbef5c9226fa77619ea6a36b5 Mon Sep 17 00:00:00 2001 From: zburu Date: Mon, 29 Aug 2022 20:03:07 +0800 Subject: [PATCH] chore: update mobile style (#181) --- web/src/less/home.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/less/home.less b/web/src/less/home.less index 57e965fc..8b599194 100644 --- a/web/src/less/home.less +++ b/web/src/less/home.less @@ -12,7 +12,7 @@ } > .memos-wrapper { - @apply relative flex-grow max-w-2xl min-h-full flex flex-col justify-start items-start px-4 sm:pr-6; + @apply relative flex-grow max-w-2xl w-full min-h-full flex flex-col justify-start items-start px-4 sm:pr-6; > .memos-editor-wrapper { @apply sticky top-0 w-full h-full flex flex-col justify-start items-start z-10;