mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-13 12:19:29 +00:00
feat: new UX for the boards/library manager widgets
Closes #19 Closes #781 Closes #1591 Closes #1607 Closes #1697 Closes #1707 Closes #1924 Closes #1941 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
height: var(--arduino-button-height);
|
||||
width: var(--arduino-button-height);
|
||||
}
|
||||
|
||||
.p-TabBar-toolbar .item.arduino-tool-item .arduino-upload-sketch--toolbar,
|
||||
@@ -66,8 +66,8 @@
|
||||
}
|
||||
|
||||
.arduino-tool-icon {
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
height: var(--arduino-button-height);
|
||||
width: var(--arduino-button-height);
|
||||
}
|
||||
|
||||
.arduino-verify-sketch--toolbar-icon {
|
||||
|
||||
Reference in New Issue
Block a user