diff --git a/frontend/src/components/account/AppProfileAuth.vue b/frontend/src/components/account/AppProfileAuth.vue index c90180b..7c8df13 100644 --- a/frontend/src/components/account/AppProfileAuth.vue +++ b/frontend/src/components/account/AppProfileAuth.vue @@ -77,12 +77,20 @@ const canSubmit = computed(() => { @@ -158,7 +166,7 @@ const canSubmit = computed(() => { .app-profile-auth { width: 100%; max-width: 320px; - margin: auto; + margin: 0 auto; padding: 12px 4px 18px; color: inherit; text-align: center; @@ -238,6 +246,21 @@ const canSubmit = computed(() => { border-radius: 14px; background: rgba(0, 0, 0, 0.16); } +.app-profile-auth__mode :deep(.app-profile-auth__mode-button) { + border-radius: 3px; +} +.app-profile-auth__mode + :deep( + .app-profile-auth__mode-button--login.app-profile-auth__mode-button--active + ) { + border-radius: 10px 3px 3px 10px; +} +.app-profile-auth__mode + :deep( + .app-profile-auth__mode-button--register.app-profile-auth__mode-button--active + ) { + border-radius: 3px 10px 10px 3px; +} .app-profile-auth__photo { display: flex; align-items: center; diff --git a/frontend/src/views/apps/CityMarktApp.vue b/frontend/src/views/apps/CityMarktApp.vue index f65bbfa..2211135 100644 --- a/frontend/src/views/apps/CityMarktApp.vue +++ b/frontend/src/views/apps/CityMarktApp.vue @@ -1042,7 +1042,7 @@ onMounted(async () => { :colors="{ bgIos: 'bg-transparent' }" > {{ phone.t('Common.loading') }} -
+
- +