From 2a92e3c1c96aa254e9aeb0bfc46954836fa41052 Mon Sep 17 00:00:00 2001 From: syuilo <Syuilotan@yahoo.co.jp> Date: Mon, 8 May 2023 18:52:08 +0900 Subject: [PATCH] fix of f8ed6b1a5 --- packages/frontend/src/ui/universal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/ui/universal.vue b/packages/frontend/src/ui/universal.vue index 1fd63910a8..27d0c26ac4 100644 --- a/packages/frontend/src/ui/universal.vue +++ b/packages/frontend/src/ui/universal.vue @@ -5,7 +5,7 @@ <MkStickyContainer :class="$style.contents"> <template #header><XStatusBars :class="$style.statusbars"/></template> <main style="min-width: 0;" :style="{ background: pageMetadata?.value?.bg }" @contextmenu.stop="onContextmenu"> - <div :class="$style.content" style="container-type: size;"> + <div :class="$style.content" style="container-type: inline-size;"> <RouterView/> </div> <div :class="$style.spacer"></div>