Merge pull request #6565 from Mieju/RTC-UserMenu-Alignment

fixed UserMenu alignment
This commit is contained in:
Jeremy Tuloup 2022-10-13 08:33:51 +02:00 committed by GitHub
commit 7a88941774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}