diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue index 37e527e..13a450f 100644 --- a/src/views/main-navbar.vue +++ b/src/views/main-navbar.vue @@ -491,9 +491,15 @@ export default { margin-bottom: 15px; } +.custom-avatar { + border-radius: 0 !important; + overflow: visible !important; +} + .custom-avatar img { - width: 105px; - height: 35px; + border-radius: 0 !important; + width: 100px; + height: auto; }