From 2315dd2094131fca6840689a37f26a90760d96a4 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 3 Oct 2020 12:04:30 -0400 Subject: [PATCH] Add some styles for hiding the UI (not implemented yet) --- macrovision.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/macrovision.css b/macrovision.css index 636b582b..c1b3d308 100644 --- a/macrovision.css +++ b/macrovision.css @@ -1052,3 +1052,8 @@ button { user-select: none; } +body.screenshot-mode #menubar, +body.screenshot-mode #options, +body.screenshot-mode .scroll-button { + display: none; +} \ No newline at end of file