From a68ff96dc5df584c74cc67943d83f30a7ad4b441 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 16 Aug 2022 00:11:59 -0700 Subject: [PATCH] fix: :bug: more mobile stuff --- packages/client/src/ui/universal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index a77dcfcc96..e1b46ecae4 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -326,9 +326,9 @@ const wallpaper = localStorage.getItem('wallpaper') != null; } } - &:hover { + /* &:hover { background: var(--X2); - } + } */ > .indicator { position: absolute;