Commit 8451b580 authored by Pietro Albini's avatar Pietro Albini

Extended clickable area in user dropdown

parent 59f6f489
...@@ -2081,6 +2081,7 @@ div.dialog, .context-menu-dropdown { ...@@ -2081,6 +2081,7 @@ div.dialog, .context-menu-dropdown {
text-align: left; text-align: left;
list-style-type: none; list-style-type: none;
z-index: 500; z-index: 500;
width: 200px;
} }
.context-menu-dropdown li.item { .context-menu-dropdown li.item {
...@@ -2093,6 +2094,7 @@ div.dialog, .context-menu-dropdown { ...@@ -2093,6 +2094,7 @@ div.dialog, .context-menu-dropdown {
color: inherit; color: inherit;
white-space: nowrap; white-space: nowrap;
text-decoration: none; text-decoration: none;
display: block;
} }
.context-menu-dropdown li.separator { .context-menu-dropdown li.separator {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment