mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-21 11:36:32 +00:00
15 lines
258 B
CSS
15 lines
258 B
CSS
#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-ui-bar-font-color0);
|
|
} |