mirror of https://github.com/zulip/zulip.git
style: Increase width of gear menu to avoid distracting hover.
The comment explains the reasoning, but this should make it a lot easier for users to visually focus on the menu items in the sidebar. Changed by tabbott to use the same width as the right sidebar itself. Inspired by #17169.
This commit is contained in:
parent
4dacbfdc82
commit
71edbd47d5
|
@ -1997,7 +1997,9 @@ div.focused_table {
|
|||
left: auto;
|
||||
right: 0;
|
||||
top: 30px;
|
||||
min-width: 180px;
|
||||
/* Match the width of the right sidebar so that we don't have
|
||||
the presence dots distracting you when looking at this. */
|
||||
min-width: 240px;
|
||||
box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.2);
|
||||
|
||||
&::after {
|
||||
|
|
Loading…
Reference in New Issue