We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68eafc1 commit ac2469dCopy full SHA for ac2469d
css/webviews.css
@@ -6,8 +6,8 @@ body.windows:not(.maximized) #webviews {
6
height: calc(100vh - 46px);
7
}
8
9
-/* disabled on linux due to https://github.com/minbrowser/min/issues/807 */
10
-body:not(.linux).dark-mode #webviews {
+/* disabled on linux and windows due to https://github.com/minbrowser/min/issues/807 */
+body.mac.dark-mode #webviews {
11
background-color: rgb(33, 37, 43);
12
13
0 commit comments