mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-06 00:48:35 +00:00
Changed layout of top panel in browser.
Signed-off-by: jbicker <jan.bicker@typefox.io>
This commit is contained in:
19
arduino-ide-extension/src/browser/style/browser-menu.css
Normal file
19
arduino-ide-extension/src/browser/style/browser-menu.css
Normal file
@@ -0,0 +1,19 @@
|
||||
#theia-top-panel {
|
||||
min-height: 64px;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.p-TabBar-toolbar {
|
||||
justify-content: flex-end;
|
||||
margin: 0;
|
||||
padding-left: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.p-MenuBar-item.p-mod-active {
|
||||
color: var(--theia-inverse-ui-font-color3);
|
||||
}
|
||||
|
||||
.p-MenuBar.p-mod-active .p-MenuBar-item.p-mod-active {
|
||||
color: var(--theia-ui-bar-font-color0);
|
||||
}
|
||||
Reference in New Issue
Block a user