Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1e269ac

Browse files
Fix status bar clipped in minimal state (#1517)
1 parent 0c49709 commit 1e269ac

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

‎arduino-ide-extension/src/browser/style/index.css‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
/* Makes the sidepanel a bit wider when opening the widget */
5656
.p-DockPanel-widget {
5757
min-width: 200px;
58-
min-height: 200px;
58+
min-height: 20px;
59+
height: 200px;
5960
}
6061

6162
/* Overrule the default Theia CSS button styles. */

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /