stream_settings: Move muted channels help text to below header.

This commit is contained in:
Evy Kassirer
2025-03-26 13:13:22 -07:00
committed by Tim Abbott
parent d011fb0621
commit 8adb46867b
2 changed files with 3 additions and 1 deletions

View File

@@ -135,6 +135,8 @@ h4.user_group_setting_subsection_title {
font-size: 1.35em;
font-weight: normal;
line-height: 1.5;
/* Matches right margin on h3 subsection titles */
margin-right: 15px;
}
.member-list-box,

View File

@@ -134,8 +134,8 @@
<div class="subsection-header">
<h4 class="stream_setting_subsection_title">{{t "Notification settings" }}</h4>
<div class="stream_change_property_status alert-notification"></div>
<p>{{t "In muted channels, channel notification settings apply only to unmuted topics." }}</p>
</div>
<p>{{t "In muted channels, channel notification settings apply only to unmuted topics." }}</p>
<div class="input-group">
<button class="button small rounded reset-stream-notifications-button" type="button">{{t "Reset to default notifications" }}</button>
</div>