diff --git a/web/styles/popovers.css b/web/styles/popovers.css index b978e6eb05..86cda681b1 100644 --- a/web/styles/popovers.css +++ b/web/styles/popovers.css @@ -220,6 +220,13 @@ margin-top: 4px; } + .zulip-icon-lock { + /* Override the margin-top set on the stream lock icon + at the top-level, since we don't need to pull up this + icon for the stream actions popover header. */ + margin: 0 !important; + } + .colorpicker-container { display: none; margin-right: 10px;