We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2be1f commit 5444395Copy full SHA for 5444395
arduino-ide-extension/src/browser/style/main.css
@@ -11,7 +11,7 @@
11
#theia-main-content-panel div[id^="code-editor-opener"] {
12
z-index: auto;
13
}
14
-
+
15
.p-TabBar-toolbar .item.arduino-tool-item {
16
margin-left: 0;
17
@@ -97,8 +97,7 @@
97
display: flex;
98
justify-content: center;
99
align-items: center;
100
- background-color: var(--theia-titleBar-activeBackground);
101
+ background-color: var(--theia-titleBar-activeBackground);
102
103
104
#arduino-toolbar-container {
@@ -253,3 +252,10 @@
253
252
outline: 1px solid var(--theia-contrastBorder);
254
outline-offset: -1px;
255
256
+.monaco-hover p {
257
+ margin: 8px 0;
258
+}
259
+.monaco-hover .monaco-tokenized-source {
260
+ margin-top: 8px;
261
0 commit comments