8000 re-fix toolbar & console-log toolbar · ElixirNote/elixirnote@12bb9c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 12bb9c1

Browse files
committed
re-fix toolbar & console-log toolbar
1 parent b3e65d6 commit 12bb9c1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

packages/cells/style/inputarea.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99

1010
/* All input areas */
1111
.jp-InputArea {
12-
display: table;
13-
table-layout: fixed;
12+
/*display: table;*/
13+
14+
/*table-layout: fixed;*/
1415
width: 100%;
1516
overflow: hidden;
1617
}

packages/logconsole-extension/style/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
.jp-Toolbar-item.jp-LogConsole-toolbarLogLevel {
4343
align-items: center;
44-
padding: 0 6px;
44+
padding: 0 6px 15px;
4545
}
4646

4747
/* Matches the disabled style elsewhere in JupyterLab */

packages/notebook/style/toolbar.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
:root {
1111
--jp-notebook-toolbar-padding: 2px 5px 2px 2px;
12+
--jp-private-toolbar-height: 44px;
1213
}
1314

1415
/*-----------------------------------------------------------------------------
@@ -20,7 +21,7 @@
2021
.jp-NotebookPanel-toolbar {
2122
/*padding: var(--jp-notebook-toolbar-padding);*/
2223

23-
/*padding-top: 10px;*/
24+
padding-top: 10px;
2425
padding-left: 8px;
2526
padding-right: 8px;
2627
}

0 commit comments

Comments
 (0)
0