mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-12 22:06:34 +00:00
Fix status bar clipped in minimal state (#1517)
This commit is contained in:
parent
0c49709f26
commit
1e269ac83d
@ -55,7 +55,8 @@
|
|||||||
/* Makes the sidepanel a bit wider when opening the widget */
|
/* Makes the sidepanel a bit wider when opening the widget */
|
||||||
.p-DockPanel-widget {
|
.p-DockPanel-widget {
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
min-height: 200px;
|
min-height: 20px;
|
||||||
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Overrule the default Theia CSS button styles. */
|
/* Overrule the default Theia CSS button styles. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user