diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-10-17 09:55:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-17 09:55:13 -0400 |
commit | 9ae38bd8e97b31feafb41fe3862cebdb5e082057 (patch) | |
tree | 4928b388f74c7d76f991c4de037bd3db6d0d927a /ext/css | |
parent | ca4ed0300b06e8424f4c2e49ff8533a37883e850 (diff) |
Display menu button (#1992)
* Implement new menu which includes a debug log option
* Update wording
Diffstat (limited to 'ext/css')
-rw-r--r-- | ext/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
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], |