Skip to content

Commit 5444395

Browse files
dankeboy36per1234
authored andcommitted
Better tooltips.
fixes #1503 Signed-off-by: dankeboy36 <[email protected]>
1 parent 2d2be1f commit 5444395

File tree

1 file changed

+9
-3
lines changed
  • arduino-ide-extension/src/browser/style

1 file changed

+9
-3
lines changed

Diff for: arduino-ide-extension/src/browser/style/main.css

+9-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#theia-main-content-panel div[id^="code-editor-opener"] {
1212
z-index: auto;
1313
}
14-
14+
1515
.p-TabBar-toolbar .item.arduino-tool-item {
1616
margin-left: 0;
1717
}
@@ -97,8 +97,7 @@
9797
display: flex;
9898
justify-content: center;
9999
align-items: center;
100-
background-color: var(--theia-titleBar-activeBackground);
101-
100+
background-color: var(--theia-titleBar-activeBackground);
102101
}
103102

104103
#arduino-toolbar-container {
@@ -253,3 +252,10 @@
253252
outline: 1px solid var(--theia-contrastBorder);
254253
outline-offset: -1px;
255254
}
255+
256+
.monaco-hover p {
257+
margin: 8px 0;
258+
}
259+
.monaco-hover .monaco-tokenized-source {
260+
margin-top: 8px;
261+
}

0 commit comments

Comments
 (0)