From a82b8738f55e85e5d826c2a3267a5f1f4c9b6289 Mon Sep 17 00:00:00 2001 From: Justineo Date: Wed, 26 Jan 2022 18:56:20 +0800 Subject: [PATCH] fix: temporarily hack layout style --- assets/styles/post.styl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assets/styles/post.styl b/assets/styles/post.styl index 20c84f3..e68c743 100644 --- a/assets/styles/post.styl +++ b/assets/styles/post.styl @@ -396,3 +396,12 @@ margin-y($top, $bottom = $top) table display table + +// Temporary hack for Layout +.veui-layout + min-height 100% + min-width 1248px + + & & + min-height auto + min-width auto