This commit is contained in:
33333-33333 2026-05-12 22:19:44 +09:00
commit 8ff52b3fbd
2 changed files with 69 additions and 43 deletions

View file

@ -284,7 +284,9 @@ canvas#world {
position: absolute;
z-index: 3;
min-width: 180px;
max-width: 260px;
max-width: min(300px, calc(100% - 16px));
max-height: calc(100% - 16px);
overflow: auto;
padding: 8px 10px;
border: 1px solid #435057;
border-radius: 6px;
@ -292,7 +294,7 @@ canvas#world {
color: var(--text);
font-size: 11px;
line-height: 1.35;
pointer-events: none;
pointer-events: auto;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}