Skip to content

Commit 0c84f8b

Browse files
adjust margins
1 parent 3e224ad commit 0c84f8b

File tree

1 file changed

+1
-10
lines changed
  • arduino-ide-extension/src/browser/style

1 file changed

+1
-10
lines changed

arduino-ide-extension/src/browser/style/main.css

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
}
44

55
.p-TabBar-toolbar .item.arduino-tool-item {
6-
margin-right: 8px;
7-
margin-left: unset;
6+
margin-left: 0;
87
}
98

109
.p-TabBar-toolbar .item.arduino-tool-item .toggle-serial-monitor,
@@ -109,18 +108,12 @@
109108
z-index: 0;
110109
}
111110

112-
.p-TabBar-toolbar {
113-
margin-right: 12px;
114-
}
115-
116111
:root {
117112
--theia-private-menubar-height: 40px; /* set the topbar height */
118113
}
119114

120115
#theia-top-panel .p-TabBar-toolbar.theia-arduino-toolbar.right {
121116
justify-content: flex-start;
122-
min-width: 100px;
123-
margin-right: 4px;
124117
}
125118

126119
#theia-top-panel .p-TabBar-toolbar.theia-arduino-toolbar.left {
@@ -129,8 +122,6 @@
129122
}
130123

131124
.arduino-toolbar-tooltip {
132-
margin-left: 10px;
133-
margin-right: 4px;
134125
display: flex;
135126
align-items: center;
136127
color: var(--theia-titleBar-activeForeground);

0 commit comments

Comments
 (0)