Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 054c3e2

Browse files
committed
fix: remove save button and fix kernel status alignment
1 parent e48f9b6 commit 054c3e2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

style/components/layout.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@
1010
#glue-base #jp-menu-panel,
1111
#glue-base #jp-MainMenu,
1212
#glue-base #jp-bottom-panel,
13+
#glue-base .lm-Widget.p-Widget.jp-Toolbar.jp-NotebookPanel-toolbar .jp-Toolbar-item:nth-child(1),
1314
.lm-TabBar-content li:nth-child(1),
1415
.lm-TabBar-content li:nth-child(2),
1516
.lm-TabBar-content li:nth-child(4) {
1617
display: none;
1718
}
1819

20+
#glue-base .lm-Widget.p-Widget.jp-Toolbar.jp-NotebookPanel-toolbar .jp-Toolbar-item:nth-child(2) button {
21+
border-left: var(--jp-border-width) solid var(--jp-border-color0);
22+
}
23+
1924
#glue-base #jp-main-content-panel,
2025
#glue-base #jp-bottom-panel {
2126
top: 0 !important;
@@ -47,3 +52,10 @@
4752
+ .lm-TabBar-tab.lm-mod-current {
4853
border-left: var(--jp-border-width) solid var(--jp-border-color0);
4954
}
55+
56+
57+
#glue-base .jp-Notebook-ExecutionIndicator {
58+
display: flex;
59+
align-items: center;
60+
padding: 0.5rem;
61+
}

0 commit comments

Comments
 (0)