summaryrefslogtreecommitdiff
path: root/packages/frontend/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-05-08 18:52:08 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-05-08 18:52:08 +0900
commit2a92e3c1c96aa254e9aeb0bfc46954836fa41052 (patch)
treee7d9171811a5ea314173e17d91d9872aacc1abd2 /packages/frontend/src
parentrefactor (diff)
downloadmisskey-2a92e3c1c96aa254e9aeb0bfc46954836fa41052.tar.gz
misskey-2a92e3c1c96aa254e9aeb0bfc46954836fa41052.tar.bz2
misskey-2a92e3c1c96aa254e9aeb0bfc46954836fa41052.zip
fix of f8ed6b1a5
Diffstat (limited to 'packages/frontend/src')
-rw-r--r--packages/frontend/src/ui/universal.vue2
1 files changed, 1 insertions, 1 deletions
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>