mirror of https://github.com/zulip/zulip.git
parent
0d08edc6b6
commit
5fe7ed8afa
|
@ -471,7 +471,7 @@ input[type=checkbox].inline-block {
|
|||
margin-right: 8px;
|
||||
}
|
||||
#notification-settings .notification-reminder {
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.control-label-disabled {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div id="notification-settings" class="settings-section" data-name="notifications">
|
||||
<form class="notification-settings-form">
|
||||
<div class="notification-reminder w-70 padded-container center-block">{{#tr this }}You'll receive notifications when a message arrives and Zulip isn't in focus or the message is offscreen.{{/tr}}</div>
|
||||
<div class="notification-reminder vertical-padding">{{#tr this }}You'll receive notifications when a message arrives and Zulip isn't in focus or the message is offscreen.{{/tr}}</div>
|
||||
<div class="alert" id="notify-settings-status"></div>
|
||||
|
||||
<h4>{{t "Stream messages" }}</h4>
|
||||
|
|
Loading…
Reference in New Issue