mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
css: Fix channel privacy icon gap in first stream created modal.
In the first stream created modal, a channel privacy icon is displayed alongside the channel name. At different font sizes, the gap between the icon and the channel name was inconsistent. This commit fixes the above issue.
This commit is contained in:
committed by
Tim Abbott
parent
e3e322422c
commit
acc889ae9b
@@ -133,6 +133,15 @@
|
||||
&.simplebar-scrollable-y + .modal__footer {
|
||||
border-top: 1px solid var(--color-border-modal-footer);
|
||||
}
|
||||
|
||||
.channel-privacy-type-icon {
|
||||
/* This pushes back on suspect styles
|
||||
in app_components.css. A fuller fix
|
||||
will require tracking down other
|
||||
instances of this class. */
|
||||
width: auto;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.modal__button {
|
||||
|
||||
Reference in New Issue
Block a user