base.css 358 B

123456789
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. |
  4. | Distributed under the terms of the Modified BSD License.
  5. |----------------------------------------------------------------------------*/
  6. #jp-MainLogo {
  7. width: calc(var(--jp-private-sidebar-tab-width) + var(--jp-border-width));
  8. }