shrink padding on mobile post button
This commit is contained in:
parent
6e36033600
commit
4e7e6de82b
|
@ -294,8 +294,8 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
|
||||||
> .postButton, .widgetButton {
|
> .postButton, .widgetButton {
|
||||||
bottom: 6rem;
|
bottom: 6rem;
|
||||||
right: 1.5rem;
|
right: 1.5rem;
|
||||||
height: 4.5rem;
|
height: 4rem;
|
||||||
width: 4.5rem;
|
width: 4rem;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background: var(--panelHighlight);
|
background: var(--panelHighlight);
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
|
|
Loading…
Reference in New Issue