diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -264,10 +264,12 @@ body.Teutons #plan_actions .russian { display: none } align-items: center; } +/* #battle_mat.defender #mat_attacker_reserves { justify-content: end; } #battle_mat.defender #mat_defender_reserves { justify-content: start; } #battle_mat.attacker #mat_attacker_reserves { justify-content: start; } #battle_mat.attacker #mat_defender_reserves { justify-content: end; } +*/ #battle_mat .reserves { width: 356px; @@ -1237,6 +1239,7 @@ body.shift .mustered_vassals { <div class="menu_item" onclick="send_restart('Return of the Prince')">⚠ Return of the Prince</div> <div class="menu_item" onclick="send_restart('Return of the Prince (Nicolle)')">⚠ Return of the Prince (Nicolle)</div> <div class="menu_item" onclick="send_restart('Crusade on Novgorod')">⚠ Crusade on Novgorod</div> + <div class="menu_item" onclick="send_restart('Test')">⚠ Test</div> </div> </div> <div class="icon_button" onclick="toggle_pieces()"><img src="/images/earth-africa-europe.svg"></div> |