We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf1657 commit f17b96fCopy full SHA for f17b96f
frontend/src/components/inbox/components/Avatars.tsx
@@ -17,12 +17,12 @@ import { ISubscriber } from "@/types/subscriber.types";
17
import { getAvatarSrc } from "../helpers/mapMessages";
18
19
const StyledAvatar = styled(Avatar)(() => ({
20
- transform: "scale(0.8)",
+ transform: "scale(0.5)",
21
opacity: 0.7,
22
transition: ".2s",
23
"&.firstAvatar": { transform: "scale(1)", opacity: 1 },
24
"&.secondAvatar:hover ~ .firstAvatar": {
25
26
27
},
28
"&.secondAvatar:hover": {
0 commit comments