diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index 580b24b750..19e11df39a 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -294,8 +294,8 @@ const wallpaper = localStorage.getItem('wallpaper') != null; > .postButton, .widgetButton { bottom: 6rem; right: 1.5rem; - height: 4.5rem; - width: 4.5rem; + height: 4rem; + width: 4rem; background-position: center; background: var(--panelHighlight); color: var(--fg);