This commit is contained in:
tamaina 2025-08-26 00:41:42 +09:00
parent b42e078016
commit 8b7d00c9a3
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ $avatarSize: 58px;
box-sizing: border-box; box-sizing: border-box;
margin-top: calc( -1 * var(--MI-stickyTop) ); margin-top: calc( -1 * var(--MI-stickyTop) );
margin-bottom: calc( -1 * var(--MI-stickyBottom) ); margin-bottom: calc( -1 * var(--MI-stickyBottom) );
height: 100%; height: fit-content;
min-height: var(--MI-QrShowMinHeight); min-height: var(--MI-QrShowMinHeight);
} }