mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
🆙 Star fixing the backgrounds
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 804 B |
Binary file not shown.
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.9 KiB |
@@ -142,12 +142,13 @@ export const InfoStandWidgetUserView: FC<InfoStandWidgetUserViewProps> = props =
|
|||||||
<div className="flex gap-1">
|
<div className="flex gap-1">
|
||||||
<Column
|
<Column
|
||||||
fullWidth
|
fullWidth
|
||||||
className={`flex items-center w-full max-w-[68px] rounded-sm profile-background ${infostandBackgroundClass}`}
|
className={`flex items-center w-full max-w-[68px] rounded-sm relative overflow-hidden profile-background ${infostandBackgroundClass}`}
|
||||||
onClick={handleProfileClick}
|
onClick={handleProfileClick}
|
||||||
>
|
>
|
||||||
<Base position="absolute" className={`profile-stand ${infostandStandClass}`} />
|
<Base position="absolute" className={`profile-stand ${infostandStandClass}`} />
|
||||||
<LayoutAvatarImageView direction={2} figure={avatarInfo.figure} />
|
<LayoutAvatarImageView direction={2} figure={avatarInfo.figure} />
|
||||||
<Base position="absolute" className={`profile-overlay ${infostandOverlayClass}`} />
|
<Base position="absolute" className={`profile-overlay ${infostandOverlayClass}`} />
|
||||||
|
</Column>
|
||||||
{avatarInfo.type === AvatarInfoUser.OWN_USER && (
|
{avatarInfo.type === AvatarInfoUser.OWN_USER && (
|
||||||
<Base
|
<Base
|
||||||
className="background-edit-icon background-edit-position"
|
className="background-edit-icon background-edit-position"
|
||||||
@@ -156,7 +157,6 @@ export const InfoStandWidgetUserView: FC<InfoStandWidgetUserViewProps> = props =
|
|||||||
aria-label="Edit profile background"
|
aria-label="Edit profile background"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</Column>
|
|
||||||
<Column grow alignItems="center" gap={0}>
|
<Column grow alignItems="center" gap={0}>
|
||||||
<div className="flex gap-1">
|
<div className="flex gap-1">
|
||||||
<div className="flex items-center justify-center relative w-[40px] h-[40px] bg-no-repeat bg-center">
|
<div className="flex items-center justify-center relative w-[40px] h-[40px] bg-no-repeat bg-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user