diff --git a/src/assets/sounds/Notification.mp3 b/src/assets/sounds/Notification.mp3 index ab867ca..49c40a6 100644 Binary files a/src/assets/sounds/Notification.mp3 and b/src/assets/sounds/Notification.mp3 differ diff --git a/src/components/ProfilePictureTemplate.vue b/src/components/ProfilePictureTemplate.vue index b874caa..b148e44 100644 --- a/src/components/ProfilePictureTemplate.vue +++ b/src/components/ProfilePictureTemplate.vue @@ -39,6 +39,7 @@ export default { .profile-picture { position: relative; border-radius: 50%; + flex-shrink: 0; } .inner-profile-picture { background-color: rgba(0, 0, 0, 0.315); diff --git a/src/components/app/MyMiniInformation.vue b/src/components/app/MyMiniInformation.vue index 46f83b4..2ae7076 100644 --- a/src/components/app/MyMiniInformation.vue +++ b/src/components/app/MyMiniInformation.vue @@ -5,15 +5,19 @@