Skip to content

Commit 817f541

Browse files
committed
Add assumed screen resolution to comments
1 parent 0fe8ee1 commit 817f541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/static/notebook/less/codemirror.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
border-left: 1.4px solid black;
5757
}
5858

59-
// When zoomed out 67% and 33%
59+
// When zoomed out 67% and 33% on a screen of 1440 width x 900 height
6060
@media screen and (min-width: 2138px) and (max-width: 4319px) {
6161
.CodeMirror-cursor {
6262
border-left: 2px solid black;

0 commit comments

Comments
 (0)