Merge pull request #22540 from nextcloud/bugfix/noid/fix_status_nc2.6_regressions

Adapt status menu styles to nc/vue 2.6
This commit is contained in:
John Molakvoæ 2020-09-04 10:37:37 +02:00 committed by GitHub
commit d9b3c759c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -264,7 +264,7 @@ li:not(.inline) #user-status-menu-item {
&__subheader {
width: 100%;
> button {
button.action-item__menutoggle {
display: block;
box-sizing: border-box;
background-color: var(--color-main-background);
@ -290,7 +290,7 @@ li:not(.inline) #user-status-menu-item {
.inline #user-status-menu-item__subheader {
width: 100%;
> button {
button.action-item__menutoggle {
background-size: 16px;
border: 0;
border-radius: var(--border-radius-pill);