You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
834 B
45 lines
834 B
.jp-FileBrowser {
|
|
height: 100%;
|
|
}
|
|
|
|
.lm-TabPanel {
|
|
height: 100%;
|
|
}
|
|
|
|
.jp-TreePanel .lm-TabPanel-tabBar {
|
|
border: none;
|
|
overflow: visible;
|
|
min-height: 28px;
|
|
}
|
|
|
|
.jp-TreePanel .lm-TabBar-tab {
|
|
color: var(--jp-ui-font-color0);
|
|
font-size: var(--jp-ui-font-size1);
|
|
padding: 5px;
|
|
}
|
|
|
|
.jp-TreePanel .lm-TabBar-tabLabel {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
/* Override the style from upstream JupyterLab */
|
|
.jp-FileBrowser-toolbar.jp-Toolbar
|
|
.jp-Toolbar-item:first-child
|
|
.jp-ToolbarButtonComponent {
|
|
width: auto;
|
|
background: unset;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.jp-FileBrowser-toolbar.jp-Toolbar
|
|
.jp-Toolbar-item:first-child
|
|
.jp-ToolbarButtonComponent:hover {
|
|
background-color: var(--jp-layout-color2);
|
|
}
|
|
|
|
.jp-FileBrowser-toolbar.jp-Toolbar .jp-ToolbarButtonComponent {
|
|
width: unset;
|
|
}
|