Skip to content
Snippets Groups Projects
Unverified Commit 4bc5dcc3 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

Fix status menu styles after nc/vue 2.6 upgrade

parent 5826b75c
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -264,7 +264,7 @@ li:not(.inline) #user-status-menu-item { ...@@ -264,7 +264,7 @@ li:not(.inline) #user-status-menu-item {
&__subheader { &__subheader {
width: 100%; width: 100%;
> button { button.action-item__menutoggle {
display: block; display: block;
box-sizing: border-box; box-sizing: border-box;
background-color: var(--color-main-background); background-color: var(--color-main-background);
...@@ -290,7 +290,7 @@ li:not(.inline) #user-status-menu-item { ...@@ -290,7 +290,7 @@ li:not(.inline) #user-status-menu-item {
.inline #user-status-menu-item__subheader { .inline #user-status-menu-item__subheader {
width: 100%; width: 100%;
> button { button.action-item__menutoggle {
background-size: 16px; background-size: 16px;
border: 0; border: 0;
border-radius: var(--border-radius-pill); border-radius: var(--border-radius-pill);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment