From 0de5cbc88700e00e80021fce6754d575ed1f9720 Mon Sep 17 00:00:00 2001 From: sugar Date: Sun, 12 Jan 2025 00:33:38 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"fix(frontend/mobile):=20=E3=83=A2?= =?UTF-8?q?=E3=83=90=E3=82=A4=E3=83=AB=E3=81=A7kawaii=E3=83=A2=E3=83=BC?= =?UTF-8?q?=E3=83=89=E3=81=8C=E9=81=A9=E7=94=A8=E3=81=95=E3=82=8C=E3=81=AA?= =?UTF-8?q?=E3=81=84=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3=20(Missk?= =?UTF-8?q?eyIO#878)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change was about kawaii mode, which doesn't exist in Forkey. This reverts commit 8bd78848736672cb85371f3f4c0290eb9d442fe1. --- .../frontend/src/ui/_common_/navbar-for-mobile.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/packages/frontend/src/ui/_common_/navbar-for-mobile.vue b/packages/frontend/src/ui/_common_/navbar-for-mobile.vue index 3f4e5bad6..5d0e065f0 100644 --- a/packages/frontend/src/ui/_common_/navbar-for-mobile.vue +++ b/packages/frontend/src/ui/_common_/navbar-for-mobile.vue @@ -8,8 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-only
@@ -58,9 +57,7 @@ import { $i, openAccountMenu as openAccountMenu_ } from '@/account.js'; import { defaultStore } from '@/store.js'; import { i18n } from '@/i18n.js'; import { instance } from '@/instance.js'; -import { miLocalStorage } from "@/local-storage.js"; -const kawaiiMode = miLocalStorage.getItem('kawaii') === 'true'; const menu = toRef(defaultStore.state, 'menu'); const otherMenuItemIndicated = computed(() => { for (const def in navbarItemDef) { @@ -123,11 +120,6 @@ function more() { aspect-ratio: 1; } -.instanceIconAlt { - display: inline-block; - width: 85%; -} - .bottom { position: sticky; bottom: 0;