stream_popover: Fix stream lock icon position in stream actions popover.

This commit overrides the margin-top set on the stream lock icon at the
top-level in `app_components.css`, since we don't need to pull up this
icon for the stream actions popover header.
This commit is contained in:
Sayam Samal 2024-07-16 14:35:22 +05:30 committed by Tim Abbott
parent 7511a6b3f4
commit 2425f7da01

View File

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