diff --git a/src/components/UserProfile.vue b/src/components/UserProfile.vue index 4881b2b..c47f3b2 100644 --- a/src/components/UserProfile.vue +++ b/src/components/UserProfile.vue @@ -39,6 +39,10 @@ const emit = defineEmits({
+ @@ -85,4 +89,13 @@ const emit = defineEmits({ font-size: 1.2em; } +.nge-user-profile-badges { + margin-top: 20px; +} + +.nge-user-profile-badges-box { + height: 100px; + border: 1px solid #01ffffba; + border-radius: 20px; +}