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:
Aman Agrawal 2021-06-10 04:55:20 +00:00 committed by Tim Abbott
parent 0eb33b70dd
commit 2f46b80005

View File

@ -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;