diff --git a/ACMAS/app/ACMAS_Web/components/dropdown_profile/dropdown_profile.html b/ACMAS/app/ACMAS_Web/components/dropdown_profile/dropdown_profile.html index 31cd5c8..a9112fb 100644 --- a/ACMAS/app/ACMAS_Web/components/dropdown_profile/dropdown_profile.html +++ b/ACMAS/app/ACMAS_Web/components/dropdown_profile/dropdown_profile.html @@ -11,9 +11,6 @@ #dropdown_profile_z { transform: rotate(-78deg); } -#dropdown_profile_X, #dropdown_profile_Y, #dropdown_profile_Z { - background: lightgrey; -} #dropdown_profile_X > svg { transform: rotate(282deg); /* 102 + 180, there's a bug with tooltip, X also has class rotate-180 */ } @@ -25,7 +22,7 @@ } #dropdown_profile { - clip-path: polygon(-50% 0, 60% 0, 60% 150%, -50% 150%); + clip-path: polygon(-50% 0, 70% 0, 70% 150%, -50% 150%); } #dropdown_profile_hover-zone { width: 12rem; @@ -52,7 +49,7 @@