chore: 💄 button height 3.5rem
This commit is contained in:
parent
d9343258b8
commit
8be1e07bbf
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "misskey",
|
||||
"version": "12.118.1-calc.11.2",
|
||||
"version": "12.118.1-calc.11.3",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -328,7 +328,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
|
|||
flex: 1;
|
||||
padding: 0;
|
||||
margin: auto;
|
||||
height: 64px;
|
||||
height: 3.5rem;
|
||||
border-radius: 8px;
|
||||
/* background: var(--panel); */
|
||||
background-position: center;
|
||||
|
|
Loading…
Reference in a new issue