CSS fixes for under-heading info

This commit is contained in:
2025-08-17 11:29:43 -04:00
parent 3c5c51b5da
commit 7aa1d27844

View File

@@ -63,7 +63,7 @@ export default function (props: ReportCardProps & { port?: MessagePort }) {
<Heading size="lg">
Report for {props.target_usernames.toString()}
</Heading>
<VStack>
<VStack alignContent="start" gap="0.25rem" paddingTop="8px">
<Text fontSize="xs">ID(s): {props.target_ids.toString()}</Text>
<Text fontSize="xs">Report Type: {props.type}</Text>
</VStack>