diff options
| author | Zephyrrus <[email protected]> | 2020-07-19 22:26:55 +0300 |
|---|---|---|
| committer | Zephyrrus <[email protected]> | 2020-07-19 22:26:55 +0300 |
| commit | b49017aafd8dd3206dc7f490f54e31474527e5b7 (patch) | |
| tree | cd4a2c33f7560483095cf8ba8a08fe3517e42993 /src/site/pages/dashboard/account.vue | |
| parent | chore: add updated yarn.lock (diff) | |
| download | host.fuwn.me-b49017aafd8dd3206dc7f490f54e31474527e5b7.tar.xz host.fuwn.me-b49017aafd8dd3206dc7f490f54e31474527e5b7.zip | |
chore: add custom class to inputs until fix is released on buefy's master
Diffstat (limited to 'src/site/pages/dashboard/account.vue')
| -rw-r--r-- | src/site/pages/dashboard/account.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/site/pages/dashboard/account.vue b/src/site/pages/dashboard/account.vue index 31ec8af..5d2f064 100644 --- a/src/site/pages/dashboard/account.vue +++ b/src/site/pages/dashboard/account.vue @@ -16,6 +16,7 @@ message="Nothing to do here" horizontal> <b-input + class="lolisafe-input" :value="user.username" expanded disabled /> @@ -27,6 +28,7 @@ horizontal> <b-input v-model="password" + class="lolisafe-input" type="password" expanded /> </b-field> @@ -37,6 +39,7 @@ horizontal> <b-input v-model="newPassword" + class="lolisafe-input" type="password" expanded /> </b-field> @@ -47,6 +50,7 @@ horizontal> <b-input v-model="reNewPassword" + class="lolisafe-input" type="password" expanded /> </b-field> @@ -65,6 +69,7 @@ horizontal> <b-field expanded> <b-input + class="lolisafe-input" :value="apiKey" expanded disabled /> |