From a3a92cd5ddf1cf80af76c08ec8c2759be7be4e25 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 13 Mar 2025 17:46:29 -0700 Subject: [PATCH] style: Reduce terminal header height and button sizes --- aider/website/examples/recording.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aider/website/examples/recording.md b/aider/website/examples/recording.md index 83ef5cfeb..8375cbc96 100644 --- a/aider/website/examples/recording.md +++ b/aider/website/examples/recording.md @@ -14,7 +14,7 @@ layout: minimal background-color: #e0e0e0; border-top-left-radius: 6px; border-top-right-radius: 6px; - padding: 8px 12px; + padding: 4px 10px; display: flex; align-items: center; border-bottom: 1px solid #c0c0c0; @@ -22,13 +22,13 @@ layout: minimal .terminal-buttons { display: flex; - gap: 6px; - margin-right: 12px; + gap: 4px; + margin-right: 10px; } .terminal-button { - width: 12px; - height: 12px; + width: 10px; + height: 10px; border-radius: 50%; } @@ -51,7 +51,7 @@ layout: minimal flex-grow: 1; text-align: center; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; - font-size: 13px; + font-size: 11px; color: #666; }