Browse Source

Add some styles for hiding the UI (not implemented yet)

master
Fen Dweller 5 years ago
parent
commit
2315dd2094
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      macrovision.css

+ 5
- 0
macrovision.css View File

@@ -1052,3 +1052,8 @@ button {
user-select: none;
}

body.screenshot-mode #menubar,
body.screenshot-mode #options,
body.screenshot-mode .scroll-button {
display: none;
}

Loading…
Cancel
Save