diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-05-08 18:52:08 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-05-08 18:52:08 +0900 |
| commit | 2a92e3c1c96aa254e9aeb0bfc46954836fa41052 (patch) | |
| tree | e7d9171811a5ea314173e17d91d9872aacc1abd2 /packages/frontend/src | |
| parent | refactor (diff) | |
| download | misskey-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.vue | 2 |
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> |