mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
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:
parent
7511a6b3f4
commit
2425f7da01
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user