mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
settings: Rename display-settings-form to preferences-settings-form.
Fixes part of #26874.
This commit is contained in:
committed by
Tim Abbott
parent
649b4885e8
commit
1ab4520c4e
@@ -481,7 +481,7 @@ input[type="checkbox"] {
|
||||
}
|
||||
}
|
||||
|
||||
.display-settings-form,
|
||||
.preferences-settings-form,
|
||||
.notification-settings-form {
|
||||
.subsection-header h3 {
|
||||
display: inline-block;
|
||||
@@ -1427,7 +1427,7 @@ $option_title_width: 180px;
|
||||
}
|
||||
}
|
||||
|
||||
.display-settings-form select {
|
||||
.preferences-settings-form select {
|
||||
width: 245px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<form class="display-settings-form">
|
||||
<form class="preferences-settings-form">
|
||||
<div class="general-settings {{#if for_realm_settings}}settings-subsection-parent{{else}}subsection-parent{{/if}}">
|
||||
<!-- this is inline block so that the alert notification can sit beside
|
||||
it. If there's not an alert, don't make it inline-block.-->
|
||||
|
||||
Reference in New Issue
Block a user