Checkpoint before character generator cleanup

This commit is contained in:
2026-05-25 16:21:44 +02:00
parent eef90f3471
commit 40ef48b279
80 changed files with 21597 additions and 744 deletions
+22 -2
View File
@@ -949,10 +949,30 @@ button:focus-visible {
}
#story_popup_message {
flex: 1 1 auto;
min-height: 0;
white-space: pre-wrap;
line-height: 1.35;
font-size: var(--ui-modal-font-size);
padding: calc(var(--story-line-height) * 0.45) calc(var(--story-line-height) * 0.7);
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: thin;
scrollbar-color: rgba(43, 31, 20, 0.58) rgba(151, 111, 64, 0.08);
}
#story_popup_message::-webkit-scrollbar {
width: 0.22rem;
}
#story_popup_message::-webkit-scrollbar-track {
background: rgba(151, 111, 64, 0.08);
border-radius: 999px;
}
#story_popup_message::-webkit-scrollbar-thumb {
background-color: rgba(43, 31, 20, 0.58);
border-radius: 999px;
}
#story_popup_ok { align-self: flex-end; }
@@ -1081,7 +1101,7 @@ button:focus-visible {
position: absolute;
left: 1rem;
right: 3rem;
top: 43.6%;
top: 39.2%;
bottom: 3.15rem;
box-sizing: border-box;
display: flex;
@@ -1188,7 +1208,7 @@ html[data-input-mode="text"][data-process-state="ready"] body[data-game-running=
width: 100%;
flex: 1 1 auto;
min-height: 0;
max-height: 100%;
max-height: calc((1rem * 1.25 + 0.36rem + 0.24rem) * 10 + 0.16rem);
margin: 0;
opacity: 0;
visibility: hidden;