diff --git a/style/base.css b/style/base.css deleted file mode 100644 index c13e925..0000000 --- a/style/base.css +++ /dev/null @@ -1,20 +0,0 @@ -body { - overflow-y: visible; -} - -.dla-Container { - overflow-y: auto !important; -} - -.jp-Launcher-content { - display: grid; -} - -.jp-Launcher-section:nth-child(5) { - order: -1; -} - -.jp-InputArea { - /* Temporary fix further for JupyterLab 4.0.10 */ - display: flex !important; -} diff --git a/style/index.css b/style/index.css index 8a7ea29..2453b7d 100644 --- a/style/index.css +++ b/style/index.css @@ -1 +1 @@ -@import url('base.css'); +@import url('~@datalayer/run/style/core/index.css'); \ No newline at end of file diff --git a/style/index.js b/style/index.js index a028a76..f06af39 100644 --- a/style/index.js +++ b/style/index.js @@ -1 +1 @@ -import './base.css'; +import '@datalayer/run/style/core/index.css'; \ No newline at end of file