From 4e7e6de82b37dba80c1990fff8f9395e43ead19a Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Thu, 15 Sep 2022 14:47:39 -0700 Subject: [PATCH] shrink padding on mobile post button --- 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 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);