fix(frontend): センシティブ設定された画像を開くとき一瞬レイアウトが崩れる問題を修正

Fix #10801
This commit is contained in:
syuilo 2023-05-08 18:23:35 +09:00
parent 1a96425768
commit 41e9aa6f9b
2 changed files with 4 additions and 59 deletions

View file

@ -56,7 +56,7 @@
<option value="ignore">{{ i18n.ts._nsfw.ignore }}</option>
<option value="force">{{ i18n.ts._nsfw.force }}</option>
</MkSelect>
<!--
<MkRadios v-model="mediaListWithOneImageAppearance">
<template #label>{{ i18n.ts.mediaListWithOneImageAppearance }}</template>
<option value="expand">{{ i18n.ts.default }}</option>
@ -64,6 +64,7 @@
<option value="1_1">{{ i18n.t('limitTo', { x: '1:1' }) }}</option>
<option value="2_3">{{ i18n.t('limitTo', { x: '2:3' }) }}</option>
</MkRadios>
-->
</div>
</FormSection>