From f4bede82a0eb462f3e75b5dc8f2b25e098619ad9 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Fri, 21 Feb 2025 02:29:03 -0500 Subject: [PATCH] Simplify description --- src/Body/Fetch/Description.tsx | 14 +++++--------- src/style.css | 4 +--- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/src/Body/Fetch/Description.tsx b/src/Body/Fetch/Description.tsx index 833cf32..de4224f 100644 --- a/src/Body/Fetch/Description.tsx +++ b/src/Body/Fetch/Description.tsx @@ -1,4 +1,4 @@ -import { Highlight } from "./utils"; +import { BlankLine, Highlight } from "./utils"; type HeaderProps = { user: string; @@ -28,14 +28,10 @@ const InfoLine = ({ label, value }: InfoLineProps) => ( const Description = () => (
- - - - - - - - + + + +
); diff --git a/src/style.css b/src/style.css index 3d04d1a..ad7d864 100644 --- a/src/style.css +++ b/src/style.css @@ -268,10 +268,8 @@ p { } #michael-photo-container { - flex: 1 1 9lh; - max-width: 11lh; + max-height: 9lh; aspect-ratio: 1; - padding-top: 1lh; :active { animation: spin 1s linear infinite forwards;