diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-05-23 02:46:11 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 11:54:52 +0100 |
commit | ee8ac34adc55286bde48d90dc9d24dbbc2406c11 (patch) | |
tree | 0396784f203eca24bbfadfce7b7b3999ae0fc946 /play.html | |
parent | 6e5ce14be8b08cc94e2f487f5e653925d71a8c86 (diff) | |
download | wilderness-war-ee8ac34adc55286bde48d90dc9d24dbbc2406c11.tar.gz |
Mobile layout.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,7 @@ </div> <header> + <div id="toolbar"> <div class="menu"> <div class="menu_title"><img src="/images/cog.svg"></div> <div class="menu_popup"> @@ -83,6 +84,7 @@ <div id="demolish_fieldworks" class="menu_item" onclick="send_action('demolish_fieldworks')">Demolish fieldworks</div> </div> </div> + </div> <div id="prompt"></div> <div id="actions"></div> </header> |