/*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ .jp-ApplicationShell.p-Widget { position: absolute; top: 0; left: 0; right: 0; bottom: 0; font-size: 14px; } #jp-top-panel { display: flex; min-height: 24px; } #jp-left-stack { border-right: 1px solid #BDBDBD; } #jp-right-stack { border-left: 1px solid #BDBDBD; } #jp-main-dock-panel { padding: 8px; } .jp-SideBar.p-TabBar { background: white; color: #777777; font-size: 14px; max-width: 36px; max-height: none; height: 100%; } .jp-SideBar.p-Widget { overflow: visible; } .jp-SideBar.jp-mod-left { border-right: 1px solid #BDBDBD; bottom: 0; } .jp-SideBar.jp-mod-right { border-left: 1px solid #BDBDBD; bottom: 0; } .jp-SideBar .p-SideBar-content { height: 35px; transform-origin: 0 0 0; } .jp-SideBar.jp-mod-left .p-TabBar-tab { flex-direction: row-reverse; transform: rotate(-90deg) translateX(-100%); } .jp-SideBar.jp-mod-right .p-TabBar-tab { flex-direction: row; transform: rotate(90deg) translateY(-100%); } /*.jp-SideBar-button { padding: 0 18px; line-height: 35px; } .jp-SideBar-button:hover:not(.p-mod-current) { background: #FAFAFA; } .jp-SideBar-button.p-mod-current { color: #2196F3; background: #FAFAFA; } .jp-SideBar.jp-mod-left .jp-SideBar-button { border-left: 1px solid #BDBDBD; } .jp-SideBar.jp-mod-right .jp-SideBar-button { border-right: 1px solid #BDBDBD; } */