diff --git a/src/common/card/NitroCardView.scss b/src/common/card/NitroCardView.scss index 91b3525..d0c6021 100644 --- a/src/common/card/NitroCardView.scss +++ b/src/common/card/NitroCardView.scss @@ -170,8 +170,8 @@ $nitro-card-tabs-height: 42px; .nitro-card-header-report-camera { cursor: pointer; - padding: 0px 2px; - margin-right: 4px; + padding: 1px 2px; + margin-right: 10px; line-height: 1; @include font-size($h7-font-size); border-radius: $border-radius; diff --git a/src/components/camera/views/CameraWidgetShowPhotoView.tsx b/src/components/camera/views/CameraWidgetShowPhotoView.tsx index 8614695..0825c60 100644 --- a/src/components/camera/views/CameraWidgetShowPhotoView.tsx +++ b/src/components/camera/views/CameraWidgetShowPhotoView.tsx @@ -61,11 +61,11 @@ export const CameraWidgetShowPhotoView: FC = pro { (currentPhotos.length > 1) && - + GetUserProfile(currentImage.oi) }>{ currentImage.o } - + } ); -} +} \ No newline at end of file diff --git a/src/components/room/widgets/furniture/FurnitureExternalImageView.tsx b/src/components/room/widgets/furniture/FurnitureExternalImageView.tsx index 3abaad7..878094b 100644 --- a/src/components/room/widgets/furniture/FurnitureExternalImageView.tsx +++ b/src/components/room/widgets/furniture/FurnitureExternalImageView.tsx @@ -1,5 +1,5 @@ import { FC } from 'react'; -import { GetSessionDataManager, ReportType } from '../../../../api'; +import { GetSessionDataManager, LocalizeText, ReportType } from '../../../../api'; import { NitroCardContentView, NitroCardHeaderView, NitroCardView } from '../../../../common'; import { useFurnitureExternalImageWidget, useHelp } from '../../../../hooks'; import { CameraWidgetShowPhotoView } from '../../../camera/views/CameraWidgetShowPhotoView'; @@ -13,7 +13,7 @@ export const FurnitureExternalImageView: FC<{}> = props => return ( - report(ReportType.PHOTO, { extraData: currentPhotos[currentPhotoIndex].w, roomId: currentPhotos[currentPhotoIndex].s, reportedUserId: GetSessionDataManager().userId, roomObjectId: Number(currentPhotos[currentPhotoIndex].u) }) } onCloseClick={ onClose } /> + report(ReportType.PHOTO, { extraData: currentPhotos[currentPhotoIndex].w, roomId: currentPhotos[currentPhotoIndex].s, reportedUserId: GetSessionDataManager().userId, roomObjectId: Number(currentPhotos[currentPhotoIndex].u) }) } onCloseClick={ onClose } /> diff --git a/src/components/room/widgets/furniture/FurnitureWidgets.scss b/src/components/room/widgets/furniture/FurnitureWidgets.scss index 65b6559..ef7195e 100644 --- a/src/components/room/widgets/furniture/FurnitureWidgets.scss +++ b/src/components/room/widgets/furniture/FurnitureWidgets.scss @@ -58,7 +58,7 @@ display: flex; align-items: center; justify-content: space-between; - color: black; + color: gray; } .picture-preview-buttons-previous,