diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-19 13:19:04 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-09-17 01:14:06 +0200 |
commit | 63d00d6ce587105f35791cbf36ff0942264ef6ce (patch) | |
tree | 2f5911b6e649254388c31986cba7d5d226725202 /public | |
parent | e1532ebcfaedb23a21d803705a406024a17708b5 (diff) | |
download | server-63d00d6ce587105f35791cbf36ff0942264ef6ce.tar.gz |
300: Various HTML and menu cleanups.
Disable "toggle log" button.
Hide resign menu.
Add debug menu.
Diffstat (limited to 'public')
-rw-r--r-- | public/common/grid.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/common/grid.css b/public/common/grid.css index 2d715d3..37c16be 100644 --- a/public/common/grid.css +++ b/public/common/grid.css @@ -17,6 +17,10 @@ html, button, input, select { font-family: "Source Serif SmText", "Circled Numbers", "Dingbats", "Noto Emoji", "Georgia", serif; } +body:not(.shift) .debug { + display: none; +} + html, body, div { margin: 0; padding: 0; |