From afdaeb3d3458029538f3b37a084f019c22f85aa7 Mon Sep 17 00:00:00 2001 From: Gustav Date: Thu, 30 Jan 2025 15:11:58 -0700 Subject: [PATCH] fix: design feedback patch --- .../SystemKillsContent/SystemKillsContent.tsx | 2 +- .../SystemKills/components/CompactKillRow.tsx | 2 +- .../widgets/SystemKills/components/FullKillRow.tsx | 12 +++--------- .../SystemKills/components/KillRowSubInfo.tsx | 8 ++++---- .../SystemKills/components/SystemKillRow.module.scss | 8 +++++++- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemKills/SystemKillsContent/SystemKillsContent.tsx b/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemKills/SystemKillsContent/SystemKillsContent.tsx index 65a79baf..67d74793 100644 --- a/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemKills/SystemKillsContent/SystemKillsContent.tsx +++ b/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemKills/SystemKillsContent/SystemKillsContent.tsx @@ -28,7 +28,7 @@ export const SystemKillsContent: React.FC = ({
{sortedKills.map(kill => { diff --git a/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemKills/components/CompactKillRow.tsx b/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemKills/components/CompactKillRow.tsx index 9a4392e5..946c7c64 100644 --- a/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemKills/components/CompactKillRow.tsx +++ b/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemKills/components/CompactKillRow.tsx @@ -61,7 +61,7 @@ export const CompactKillRow: React.FC = ({ killDetails, sys return (
diff --git a/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemKills/components/FullKillRow.tsx b/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemKills/components/FullKillRow.tsx index bee516c4..b7847e64 100644 --- a/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemKills/components/FullKillRow.tsx +++ b/assets/js/hooks/Mapper/components/mapInterface/widgets/SystemKills/components/FullKillRow.tsx @@ -61,14 +61,8 @@ export const FullKillRow: React.FC = ({ killDetails, systemNam const attackerSubscript = getAttackerSubscript(killDetails); return ( -
-
+
+ -
+
{!attackerIsNpc && (