1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-03 17:44:17 +02:00
This commit is contained in:
syuilo
2025-04-07 17:16:08 +09:00
parent 3a8d015194
commit 154b89f07a
2 changed files with 5 additions and 5 deletions

View File

@@ -445,7 +445,7 @@ if (prefer.s['deck.wallpaper'] != null) {
padding: 0;
aspect-ratio: 1;
width: 100%;
max-width: 60px;
max-width: 50px;
margin: auto;
border-radius: 100%;
background: var(--MI_THEME-panel);

View File

@@ -298,7 +298,7 @@ $widgets-hide-threshold: 1090px;
padding: 0;
aspect-ratio: 1;
width: 100%;
max-width: 60px;
max-width: 50px;
margin: auto;
border-radius: 100%;
background: var(--MI_THEME-panel);