mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
left_sidebar: Use padding instead of margin around clickable icons.
For create stream icon specially, this is useful to allow user having some extra space around the icon to click. This fixes the bug that you can have the tooltip of "Add streams" and by hovering at the bottom of `+` icon but clicking on it shows stream search.
This commit is contained in:
parent
0eb33b70dd
commit
2f46b80005
@ -59,8 +59,8 @@ li.show-more-topics {
|
||||
.streams_filter_icon {
|
||||
float: right;
|
||||
opacity: 0.5;
|
||||
margin-top: 3px;
|
||||
margin-left: 10px;
|
||||
padding: 3px;
|
||||
margin-left: 7px;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user