This commit is contained in:
Azgaar 2020-06-05 22:21:32 +03:00
parent e75a12f90d
commit 957bab32c1
6 changed files with 390 additions and 95 deletions

View file

@ -969,12 +969,14 @@ tr.battleCasualties, tr.battleSurvivors {
font-size: .9em;
}
#battleBody div.battlePhases {
position: absolute;
background-color: #fff;
#battleBody div.battlePhases,
#battleBottom div.battleTypes {
position: fixed;
background-color: #ffffff30;
}
#battleBody div.battlePhases > button {
#battleBody div.battlePhases > button,
#battleBottom div.battleTypes > button {
width: 3.2em;
display: block;
margin: .2em 0;