diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue index fcdc7cca..b786ab8d 100644 --- a/src/components/user_card_content/user_card_content.vue +++ b/src/components/user_card_content/user_card_content.vue @@ -15,22 +15,22 @@
- -
- + - +
@@ -183,9 +183,15 @@ } button { + border: solid; + border-width: 1px; width: 92%; height: 100%; } + .pressed { + border: solid; + border-width: 1px; + } } }