mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-14 12:49:28 +00:00
feat: can dock the monitor widget to the "right"
Added a new preference (`arduino.monitor.dockPanel`) to specify the location of the application shell where the _Serial Monitor_ widget resides. The possible values are `"bottom"` and `"right"`. The default\ value is the `"bottom"`. The dock panel is per application and not per workspace or window. However, advanced users can create the `./.vscode/settings.json` and configure per sketch preference. Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
.serial-monitor .head {
|
||||
display: flex;
|
||||
padding: 0px 5px 5px 0px;
|
||||
padding: 0px 5px 5px 5px;
|
||||
height: 27px;
|
||||
background-color: var(--theia-activityBar-background);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user