From d24462295f9d35c932804dd41e96bf3abf3599e3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 2 Jan 2023 09:41:43 +0900 Subject: [PATCH] :art: --- packages/frontend/src/ui/universal.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/frontend/src/ui/universal.vue b/packages/frontend/src/ui/universal.vue index e277e5516..0d235ac20 100644 --- a/packages/frontend/src/ui/universal.vue +++ b/packages/frontend/src/ui/universal.vue @@ -19,11 +19,11 @@
- - - - - + + + + +
@@ -320,14 +320,14 @@ const wallpaper = localStorage.getItem('wallpaper') != null; animation: blink 1s infinite; } - > * { - font-size: 20px; + > .icon { + font-size: 18px; } &:disabled { cursor: default; - > * { + > .icon { opacity: 0.5; } }