Skip to content

Commit 02ef33a

Browse files
committed
moved and adjusted user menu css code
1 parent 8af1d6b commit 02ef33a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

packages/application-extension/style/base.css

+7
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@
1616
.jp-Toolbar > .jp-Toolbar-item {
1717
height: unset;
1818
}
19+
20+
#jp-UserMenu {
21+
flex: 0 0 auto;
22+
display: flex;
23+
text-align: center;
24+
margin-top: 8px;
25+
}

packages/notebook-extension/style/base.css

-6
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,3 @@ body[data-notebook='notebooks']
261261
overflow: hidden;
262262
white-space: nowrap;
263263
}
264-
265-
#jp-UserMenu {
266-
flex: 0 0 auto;
267-
display: flex;
268-
text-align: center;
269-
}

0 commit comments

Comments
 (0)