Fix status menu styles after nc/vue 2.6 upgrade

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2020-09-01 16:21:57 +02:00
parent 5826b75c40
commit 4bc5dcc34c
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
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);