mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	stream_settings: Move muted channels help text to below header.
This commit is contained in:
		@@ -135,6 +135,8 @@ h4.user_group_setting_subsection_title {
 | 
				
			|||||||
    font-size: 1.35em;
 | 
					    font-size: 1.35em;
 | 
				
			||||||
    font-weight: normal;
 | 
					    font-weight: normal;
 | 
				
			||||||
    line-height: 1.5;
 | 
					    line-height: 1.5;
 | 
				
			||||||
 | 
					    /* Matches right margin on h3 subsection titles */
 | 
				
			||||||
 | 
					    margin-right: 15px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.member-list-box,
 | 
					.member-list-box,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -134,8 +134,8 @@
 | 
				
			|||||||
                <div class="subsection-header">
 | 
					                <div class="subsection-header">
 | 
				
			||||||
                    <h4 class="stream_setting_subsection_title">{{t "Notification settings" }}</h4>
 | 
					                    <h4 class="stream_setting_subsection_title">{{t "Notification settings" }}</h4>
 | 
				
			||||||
                    <div class="stream_change_property_status alert-notification"></div>
 | 
					                    <div class="stream_change_property_status alert-notification"></div>
 | 
				
			||||||
                    <p>{{t "In muted channels, channel notification settings apply only to unmuted topics." }}</p>
 | 
					 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
 | 
					                <p>{{t "In muted channels, channel notification settings apply only to unmuted topics." }}</p>
 | 
				
			||||||
                <div class="input-group">
 | 
					                <div class="input-group">
 | 
				
			||||||
                    <button class="button small rounded reset-stream-notifications-button" type="button">{{t "Reset to default notifications" }}</button>
 | 
					                    <button class="button small rounded reset-stream-notifications-button" type="button">{{t "Reset to default notifications" }}</button>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user