diff --git a/webapp/assets/styles/main.scss b/webapp/assets/styles/main.scss index db967e973..560249b4a 100644 --- a/webapp/assets/styles/main.scss +++ b/webapp/assets/styles/main.scss @@ -10,7 +10,7 @@ $easeOut: cubic-bezier(0.19, 1, 0.22, 1); &::before { @include border-radius($border-radius-x-large); box-shadow: inset 0 0 0 5px $color-danger; - content: ""; + content: ''; display: block; position: absolute; width: 100%; @@ -102,10 +102,10 @@ hr { height: 1px !important; } -[class$=menu-trigger] { +[class$='menu-trigger'] { user-select: none; } -[class$=menu-popover] { +[class$='menu-popover'] { display: inline-block; nav { @@ -145,10 +145,11 @@ hr { } } -[class$="menu-popover"] { +[class$='menu-popover'] { min-width: 130px; - a, button { + a, + button { display: flex; align-content: center; align-items: center; diff --git a/webapp/components/DeleteAccount/DeleteAccount.vue b/webapp/components/DeleteAccount/DeleteAccount.vue index b73142a52..dd03da648 100644 --- a/webapp/components/DeleteAccount/DeleteAccount.vue +++ b/webapp/components/DeleteAccount/DeleteAccount.vue @@ -2,57 +2,95 @@
- - - - - - - - {{ $t('settings.delete.name') }} - - - - - This is a destructive action and to proceed you must choose to take this action by - selecting the 'I really want to delete my account' from the dropdown This cannot be - undone, please consider your actions carefully! - - - - - + + + + + + + {{ $t('settings.delete.name') }} + + + + {{ $t('settings.delete.accountDescription') }} + + + + + +
+
+
+ + {{ $t('settings.delete.countPosts', { count: currentUser.contributionsCount }) }} + +
+
+
+
+ + {{ $t('settings.delete.countComments', { count: currentUser.commentsCount }) }} + +
+
+
+
+
+
+
+
+