From dda8655ca3b318130429a7afa820c4ddf47607e2 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Thu, 18 Aug 2022 17:10:07 -0700 Subject: [PATCH] same styles for postbutton and widgetbutton --- packages/client/src/ui/universal.vue | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index e187f3fdb..b86088ea6 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -25,7 +25,7 @@ - +
.widgetButton { - display: block; - position: fixed; - z-index: 1000; - bottom: 32px; - right: 32px; - width: 64px; - height: 64px; - border-radius: 100%; - box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12); - font-size: 22px; - background: var(--panel); - } - > .widgetsDrawer-back { z-index: 1001; } @@ -302,7 +288,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null; background: var(--bg); } - > #postButton { + > .postButton, .widgetButton { bottom: 6rem; right: 1.5rem; height: 4.5rem;