Skip to content

Commit 7a88941

Browse files
authored
Merge pull request #6565 from Mieju/RTC-UserMenu-Alignment
fixed UserMenu alignment
2 parents fd8c5ae + 02ef33a commit 7a88941

File tree

1 file changed

+7
-0
lines changed
  • packages/application-extension/style

1 file changed

+7
-0
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+
}

0 commit comments

Comments
 (0)