fix(ui): wider settings cards with more padding
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
<div class="alert alert-error">{{ error }}</div>
|
<div class="alert alert-error">{{ error }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div style="max-width:400px;margin:0 auto">
|
<div style="max-width:560px;margin:0 auto">
|
||||||
<div class="form-card">
|
<div class="form-card" style="padding:1.5rem 2rem">
|
||||||
<h3 style="margin-bottom:.75rem">修改用户名</h3>
|
<h3 style="margin-bottom:.75rem">修改用户名</h3>
|
||||||
<form method="post" action="/settings/change-username">
|
<form method="post" action="/settings/change-username">
|
||||||
<label>当前用户名</label>
|
<label>当前用户名</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user