Skip to content

Commit 4081195

Browse files
committed
new_server_form: Move inline styles to preference.css stylesheet.
Fixes: zulip#1012
1 parent 2ecc9d5 commit 4081195

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/renderer/css/preference.css

+1
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ label.setting-input-value:focus-within {
263263
}
264264

265265
.setting-input-add-server {
266+
width: 34ch;
266267
color: rgb(34 44 49 / 100%);
267268
}
268269

app/renderer/js/pages/preference/new-server-form.ts

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export function initNewServerForm({$root, onChange}: NewServerFormProps): void {
2222
class="setting-input-add-server"
2323
autofocus
2424
placeholder="your-organization.zulipchat.com"
25-
style="width: 34ch"
2625
/>
2726
<span class="add-server-domain"></span>
2827
<span class="server-url-size-calc"></span>

0 commit comments

Comments
 (0)