ATL-1063: Integrated search in workspace into IDE

- Reordered the sidebar views.
 - Increased the default sidebar width.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2021-03-11 14:40:48 +01:00
committed by Akos Kitta
parent eadc993854
commit 5a262d42c1
9 changed files with 137 additions and 8 deletions

View File

@@ -37,8 +37,13 @@
background-color: var(--theia-warningBackground);
}
/* Overrule the default Theia CSS button styles. */
/* Makes the sidepanel a bit wider when opening the widget */
.p-DockPanel-widget {
min-width: 200px;
min-height: 200px;
}
/* Overrule the default Theia CSS button styles. */
button.theia-button,
.theia-button {
border: 1px solid var(--theia-dropdown-border);