mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-10 02:48:33 +00:00
feat: introduced cloud state in sketchbook view
Closes #1879 Closes #1876 Closes #1899 Closes #1878 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
|
||||
.arduino-upload-sketch--toolbar-icon {
|
||||
-webkit-mask: url(../icons/upload.svg) center no-repeat;
|
||||
background-color: var(--theia-titleBar-activeBackground);
|
||||
background-color: var(--theia-titleBar-activeBackground);
|
||||
}
|
||||
|
||||
.toggle-serial-monitor-icon {
|
||||
@@ -114,6 +114,10 @@
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.p-TabBar-toolbar .item > div {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
:root {
|
||||
--theia-private-menubar-height: 40px; /* set the topbar height */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user