mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	emails: Move email preferences to footer.
This commit is contained in:
		@@ -282,6 +282,14 @@ a.button:hover {
 | 
			
		||||
    font-weight: normal;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.email-preferences {
 | 
			
		||||
    color: #666;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.email-preferences a {
 | 
			
		||||
    color: #15c;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media only screen and (max-width: 620px) {
 | 
			
		||||
    table[class=body] h1 {
 | 
			
		||||
        font-size: 28px !important;
 | 
			
		||||
 
 | 
			
		||||
@@ -63,5 +63,8 @@
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block manage_preferences %}
 | 
			
		||||
<p><a href="{{ realm_uri }}/#settings/notifications">Manage email preferences</a> | <a href="{{ unsubscribe_link }}">Unsubscribe from missed message emails</a></p>
 | 
			
		||||
<div class="email-preferences">
 | 
			
		||||
    —<br>
 | 
			
		||||
    <a href="{{ realm_uri }}/#settings/notifications">Manage email preferences</a> | <a href="{{ unsubscribe_link }}">Unsubscribe</a> from missed message emails.<br>
 | 
			
		||||
</div>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user