diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index e187f3fdb6..b86088ea63 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;