From 9ae38bd8e97b31feafb41fe3862cebdb5e082057 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 17 Oct 2021 09:55:13 -0400 Subject: Display menu button (#1992) * Implement new menu which includes a debug log option * Update wording --- ext/css/display.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/css') diff --git a/ext/css/display.css b/ext/css/display.css index c8996f10..73e08eef 100644 --- a/ext/css/display.css +++ b/ext/css/display.css @@ -1881,7 +1881,7 @@ button.footer-notification-close-button { display: none; } -:root:not([data-debug=true]) .debug-info { +:root:not([data-debug=true]) .action-button[data-action=menu] { display: none; } :root[data-anki-enabled=false] .action-button[data-action=view-note], -- cgit v1.2.3