File browser CSS tweaks (#6738)
* File browser CSS tweaks * Set tabsMovable to false * Style file browser buttons * Add missing headers * Update Playwright Snapshots * Update Playwright Snapshots * Lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>pull/6735/head
@ -0,0 +1,17 @@
|
||||
/*-----------------------------------------------------------------------------
|
||||
| Copyright (c) Jupyter Development Team.
|
||||
|
|
||||
| Distributed under the terms of the Modified BSD License.
|
||||
|----------------------------------------------------------------------------*/
|
||||
|
||||
.jp-FileBrowser-toolbar .jp-Toolbar-item.jp-DropdownMenu,
|
||||
.jp-FileBrowser-toolbar .jp-Toolbar-item.jp-ToolbarButton,
|
||||
.jp-FileBrowser-toolbar .jp-Toolbar-item.jp-CommandToolbarButton {
|
||||
border: solid 1px var(--jp-border-color2);
|
||||
margin: 1px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.jp-FileBrowser-toolbar button.jp-ToolbarButtonComponent {
|
||||
height: 100%;
|
||||
}
|
||||
@ -1,3 +1,11 @@
|
||||
/*-----------------------------------------------------------------------------
|
||||
| Copyright (c) Jupyter Development Team.
|
||||
|
|
||||
| Distributed under the terms of the Modified BSD License.
|
||||
|----------------------------------------------------------------------------*/
|
||||
|
||||
@import url('~@jupyterlab/filebrowser/style/index.css');
|
||||
|
||||
@import url('~@jupyter-notebook/tree/style/index.css');
|
||||
|
||||
@import './base.css';
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
import '@jupyterlab/filebrowser/style/index.js';
|
||||
|
||||
import '@jupyter-notebook/tree/style/index.js';
|
||||
|
||||
import './base.css';
|
||||
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 16 KiB |