shrink padding on mobile post button

This commit is contained in:
ThatOneCalculator 2022-09-15 14:47:39 -07:00
parent 8d94d41743
commit 5da00a5a73

View file

@ -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);