Commit c70fce1a authored by Pietro Albini's avatar Pietro Albini Committed by Milo Casagrande

Extended clickable area in user dropdown.

parents 11452305 8451b580
...@@ -2083,6 +2083,7 @@ div.dialog, .context-menu-dropdown { ...@@ -2083,6 +2083,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 {
...@@ -2095,6 +2096,7 @@ div.dialog, .context-menu-dropdown { ...@@ -2095,6 +2096,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