shrink padding on mobile post button
This commit is contained in:
parent
6e36033600
commit
4e7e6de82b
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue