shrink padding on mobile post button

This commit is contained in:
ThatOneCalculator 2022-09-15 14:47:39 -07:00
parent 6e36033600
commit 4e7e6de82b

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