From 63d00d6ce587105f35791cbf36ff0942264ef6ce Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 19 Jun 2021 13:19:04 +0200 Subject: 300: Various HTML and menu cleanups. Disable "toggle log" button. Hide resign menu. Add debug menu. --- public/common/grid.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit v1.2.3