mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
Merge pull request #6565 from Mieju/RTC-UserMenu-Alignment
fixed UserMenu alignment
This commit is contained in:
commit
7a88941774
@ -16,3 +16,10 @@
|
||||
.jp-Toolbar > .jp-Toolbar-item {
|
||||
height: unset;
|
||||
}
|
||||
|
||||
#jp-UserMenu {
|
||||
flex: 0 0 auto;
|
||||
display: flex;
|
||||
text-align: center;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user