From 3c24a27df9d973bdbfd8d863a2209bad5da03572 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Sat, 2 May 2020 02:30:03 +0200 Subject: [PATCH] Fix user bio modal. Should work now --- client/src/components/UserBio.vue | 79 +++++++++++++++++++++---------- client/src/views/Problems.vue | 18 +++++-- 2 files changed, 70 insertions(+), 27 deletions(-) diff --git a/client/src/components/UserBio.vue b/client/src/components/UserBio.vue index 181c7dfe..7d19a182 100644 --- a/client/src/components/UserBio.vue +++ b/client/src/components/UserBio.vue @@ -1,24 +1,35 @@