diff --git a/routes/profile.vue b/routes/profile.vue index befe8b8de..1fcd2ece4 100644 --- a/routes/profile.vue +++ b/routes/profile.vue @@ -10,26 +10,25 @@ @{{username}} -
-
+
+
profile.edit -
- +
+ :class="['btn', locale === config.locale ? 'btn-primary disabled' : 'btn-outline-primary', 'btn-sm', 'mb-2 mx-1']"> {{options.name}}
@@ -319,11 +318,4 @@ padding-inline-start: calc(#{$list-group-item-padding-x} - 2px); } } - - @include media-breakpoint-up('md', $grid-breakpoints) { - .locale-list { - max-width: 16rem; - text-align: right; - } - }