From f1e279e5effd6bfc91a11e6080103a368dee22d3 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 6 Jan 2020 23:21:04 -0700 Subject: [PATCH] Update Profile.vue component --- resources/assets/js/components/Profile.vue | 30 ++++++++++++++++------ 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/resources/assets/js/components/Profile.vue b/resources/assets/js/components/Profile.vue index eff47cec..7ef2d058 100644 --- a/resources/assets/js/components/Profile.vue +++ b/resources/assets/js/components/Profile.vue @@ -78,7 +78,7 @@
- +
@@ -534,19 +534,33 @@ font-weight: 600; } .has-story { - width: 83px; - height: 83px; + width: 84px; + height: 84px; border-radius: 50%; - padding: 3px; + padding: 4px; background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%); } - .has-story-lg { - width: 156px; - height: 156px; + .has-story img { + width: 76px; + height: 76px; border-radius: 50%; - padding: 3px; + padding: 6px; + background: #fff; + } + .has-story-lg { + width: 159px; + height: 159px; + border-radius: 50%; + padding: 4px; background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%); } + .has-story-lg img { + width: 150px; + height: 150px; + border-radius: 50%; + padding: 6px; + background:#fff; + }