mirror of https://github.com/zulip/zulip.git
left sidebar: Add margin to bottom of Streams list.
The last stream name gets covered by a Chrome link hover tooltip, so an extra 20px gets added to the bottom. Fixes #7654.
This commit is contained in:
parent
ac7d086085
commit
9682ad4ca9
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
#stream_filters {
|
#stream_filters {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
margin: 2px 0px 2px 0px;
|
margin: 2px 0px 22px 0px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue