From 8a206f53208a76e5e0b72b79e5adb0bee740d653 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 8 May 2023 18:41:36 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"fix(frontend):=20=E3=82=BB=E3=83=B3?= =?UTF-8?q?=E3=82=B7=E3=83=86=E3=82=A3=E3=83=96=E8=A8=AD=E5=AE=9A=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=81=9F=E7=94=BB=E5=83=8F=E3=82=92=E9=96=8B=E3=81=8F?= =?UTF-8?q?=E3=81=A8=E3=81=8D=E4=B8=80=E7=9E=AC=E3=83=AC=E3=82=A4=E3=82=A2?= =?UTF-8?q?=E3=82=A6=E3=83=88=E3=81=8C=E5=B4=A9=E3=82=8C=E3=82=8B=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 41e9aa6f9b03107518224e2ebde8889c64408204. --- .../frontend/src/components/MkMediaList.vue | 60 ++++++++++++++++++- .../frontend/src/pages/settings/general.vue | 3 +- 2 files changed, 59 insertions(+), 4 deletions(-) diff --git a/packages/frontend/src/components/MkMediaList.vue b/packages/frontend/src/components/MkMediaList.vue index e456ff3eec..d28c78fe5c 100644 --- a/packages/frontend/src/components/MkMediaList.vue +++ b/packages/frontend/src/components/MkMediaList.vue @@ -7,6 +7,7 @@ :class="[ $style.medias, count <= 4 ? $style['n' + count] : $style.nMany, + $style[`n1${defaultStore.reactiveState.mediaListWithOneImageAppearance.value}`] ]" >