Skip to content

Commit ea5e7a4

Browse files
committed
Minor css changes
1 parent 2f4012c commit ea5e7a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

media/explain/explain.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
height: 100%;
2222
border: none;
2323
margin: 0;
24-
border: 2px solid red;
24+
/* border: 2px solid red; */
2525
}
2626

2727

media/explain/explain.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (isWindowTooSmall(GRAPH_PADDING)) {
3939
padding: "5px",
4040
width: "150px", // fixed width
4141
shape: "roundrectangle",
42-
"background-color": "var(--vscode-list-activeSelectionBackground)",
42+
"background-color": "lightgray",
4343
color: "var(--vscode-list-activeSelectionForeground)",
4444
label: "data(label)",
4545
"text-wrap": "wrap", // enable wrapping

0 commit comments

Comments
 (0)