From d53e7e3125572075fc3f512fa0343a6ed98e5c12 Mon Sep 17 00:00:00 2001 From: Maksim Pechnikov Date: Fri, 11 Oct 2019 16:52:26 +0300 Subject: [PATCH] fix orders of a buttons --- .../account_actions/account_actions.vue | 4 -- src/components/user_card/user_card.vue | 39 +++++-------------- 2 files changed, 10 insertions(+), 33 deletions(-) diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index 818e75bc74..046cba93ae 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -90,8 +90,4 @@ color: var(--text, $fallback--text); } } - -.account-actions .open { - min-width: 130px; -} diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index 743fd66725..f5cba09a00 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -59,24 +59,18 @@ :title="$t('tool_tip.user_settings')" /> -
- - - - -
+ + + -