Profile / Rating Icon: Various fixes
This commit is contained in:
parent
888e65cf6c
commit
8325bd7dbb
@ -282,7 +282,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.userRatingWrapper {
|
.userRatingWrapper {
|
||||||
width: 1rem;
|
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -290,7 +289,7 @@
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
paint-order: stroke fill;
|
paint-order: stroke fill;
|
||||||
|
|
||||||
-webkit-text-stroke: 2px var(--rating-outline-color);
|
-webkit-text-stroke: 3px var(--rating-outline-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ratingNegativeIcon {
|
.ratingNegativeIcon {
|
||||||
|
|||||||
@ -482,8 +482,8 @@ const ProfileInfo = ({
|
|||||||
isPlain && styles.plain,
|
isPlain && styles.plain,
|
||||||
)}
|
)}
|
||||||
style={buildStyle(
|
style={buildStyle(
|
||||||
profileColorSet && `--rating-outline-color: ${isExpanded ? 'transparent' : profileColorSet?.bgColors[1]}`,
|
profileColorSet && `--rating-outline-color: ${isExpanded ? 'transparent' : profileColorSet?.bgColors[0]}`,
|
||||||
profileColorSet && !isExpanded && `--rating-text-color: ${profileColorSet?.bgColors[1]}`,
|
profileColorSet && !isExpanded && `--rating-text-color: ${profileColorSet?.bgColors[0]}`,
|
||||||
createVtnStyle('profileInfo', true),
|
createVtnStyle('profileInfo', true),
|
||||||
)}
|
)}
|
||||||
dir={lang.isRtl ? 'rtl' : undefined}
|
dir={lang.isRtl ? 'rtl' : undefined}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user