mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-19 10:36:33 +00:00
15 lines
275 B
CSS
15 lines
275 B
CSS
#theia-top-panel {
|
|
min-height: 64px;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#theia-top-panel .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);
|
|
} |