From 5b3d55c84f722f4e381d54940f71c89e2f278616 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 16 Aug 2022 00:08:37 -0700 Subject: [PATCH] fix: :iphone: Fix for mobile --- package.json | 2 +- packages/client/src/ui/universal.vue | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4a8731696..5fc979f1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "12.118.1-calc.7", + "version": "12.118.1-calc.8", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index 42af110bb..a77dcfcc9 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -308,14 +308,10 @@ const wallpaper = localStorage.getItem('wallpaper') != null; transition: background 0.6s; color: var(--fg); - &:hover { - background: var(--panelHover) radial-gradient(circle, transparent 1%, var(--panelHover) 1%) center/15000%; - } - &:active { background-color: var(--accentedBg); background-size: 100%; - transition: background 0s; + transition: background 0.1s; } &:not(:last-child) {