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 21ece3e commit f755c96Copy full SHA for f755c96
notebook/static/notebook/less/codemirror.less
@@ -52,3 +52,20 @@
52
.border-radius(0)
53
}
54
55
+.CodeMirror-cursor {
56
+ border-left: 1.4px solid black;
57
+}
58
+
59
+// When zoomed out 67% and 33% on a screen of 1440 width x 900 height
60
+@media screen and (min-width: 2138px) and (max-width: 4319px) {
61
+ .CodeMirror-cursor {
62
+ border-left: 2px solid black;
63
+ }
64
65
66
+// When zoomed out less than 33%
67
+@media screen and (min-width: 4320px) {
68
69
+ border-left: 4px solid black;
70
71
0 commit comments