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