We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d64461 commit 84c45f5Copy full SHA for 84c45f5
css/themes.css
@@ -95,5 +95,15 @@
95
color: #fff;
96
}
97
98
+ .dark #chooseKeyDiv {
99
+ background: #333;
100
+ }
101
+
102
+.dark #movable {
103
104
+ color: white;
105
+}
106
107
108
109
/* Your Custom Theme can go here if you don't want to modify the existing dark mode */
js/turtles.js
@@ -994,7 +994,6 @@ Turtles.TurtlesView = class {
994
995
this._expandButton.style.visibility = "visible";
996
this._collapseButton.style.visibility = "hidden";
997
- this.gridButton.style.visibility = "hidden";
998
this.activity.helpfulWheelItems.forEach(ele => {
999
if (ele.label === "Expand") {
1000
ele.display = true;
0 commit comments