mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
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:
@@ -1997,7 +1997,9 @@ div.focused_table {
|
|||||||
left: auto;
|
left: auto;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 30px;
|
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);
|
box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.2);
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
|
|||||||
Reference in New Issue
Block a user