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.
monkeyking/packages/lab-extension/style/base.css

24 lines
663 B

/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-InterfaceSwitcher {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.jp-InterfaceSwitcher .lm-MenuBar-itemIcon svg {
vertical-align: sub;
}
.jp-nb-interface-switcher-button > .jp-ToolbarButtonComponent::part(content) {
flex-direction: row-reverse;
}
.jp-nb-interface-switcher-button > .jp-ToolbarButtonComponent > svg {
padding-left: 3px;
}