Fixed stray headings on account page, fixed summary editor not full-width.
This commit is contained in:
@@ -253,6 +253,7 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.input {
|
.input {
|
||||||
|
width: 100%;
|
||||||
resize: none;
|
resize: none;
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -79,8 +79,6 @@ async function verifyEmail() {
|
|||||||
class="profile-section"
|
class="profile-section"
|
||||||
@submit.prevent="updateAccount"
|
@submit.prevent="updateAccount"
|
||||||
>
|
>
|
||||||
<h3 class="heading settings-heading">Alerts</h3>
|
|
||||||
|
|
||||||
<label class="setting">
|
<label class="setting">
|
||||||
<span class="setting-label">
|
<span class="setting-label">
|
||||||
<strong class="setting-title">E-mail address</strong>
|
<strong class="setting-title">E-mail address</strong>
|
||||||
|
|||||||
@@ -25,8 +25,6 @@ async function updateSettings() {
|
|||||||
class="profile-section"
|
class="profile-section"
|
||||||
@submit.prevent
|
@submit.prevent
|
||||||
>
|
>
|
||||||
<h3 class="heading settings-heading">Alerts</h3>
|
|
||||||
|
|
||||||
<div class="setting">
|
<div class="setting">
|
||||||
<span class="setting-label">
|
<span class="setting-label">
|
||||||
<strong class="setting-title">Enable alert notifications</strong>
|
<strong class="setting-title">Enable alert notifications</strong>
|
||||||
|
|||||||
Reference in New Issue
Block a user