diff --git a/index.css b/index.css index 945ccd04..9ec277b6 100644 --- a/index.css +++ b/index.css @@ -1082,12 +1082,16 @@ tr.battleSurvivors { font-size: 0.9em; } -#battleBody div.battlePhases, #battleBottom div.battleTypes { position: fixed; background-color: #ffffff30; } +#battleBody div.battlePhases { + position: absolute; + background-color: #ffffff30; +} + #battleBody div.battlePhases > button, #battleBottom div.battleTypes > button { width: 3.2em; @@ -2240,7 +2244,6 @@ svg.button { user-select: none; } - .dontAsk { margin: 0.9em 0 0 0.6em; display: inline-flex; @@ -2339,7 +2342,7 @@ svg.button { } @media (prefers-color-scheme: dark) { - body { - background: #25252a; - } + body { + background: #25252a; + } }