chore: 💄 button height 3.5rem

This commit is contained in:
ThatOneCalculator 2022-08-19 23:50:00 -07:00
parent 504753c896
commit f0af0b60f2
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

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