From 35f9893b0af346792041158fd63ccb1122ef9a39 Mon Sep 17 00:00:00 2001 From: fkwp Date: Thu, 17 Sep 2026 18:14:16 +0200 Subject: [PATCH] Even up the space below the two section rules - The tile grid added its own room on top of the rule's, so the tiles sat 20px below their rule while the device rows sat 12px below theirs - The rule sets that distance now, and it is the same in both sections Co-Authored-By: Claude Opus 5 (1M context) --- src/components/MediaMuteAndSwitchButton.module.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/MediaMuteAndSwitchButton.module.css b/src/components/MediaMuteAndSwitchButton.module.css index 39925337e..6b8d6c844 100644 --- a/src/components/MediaMuteAndSwitchButton.module.css +++ b/src/components/MediaMuteAndSwitchButton.module.css @@ -174,7 +174,10 @@ Please see LICENSE in the repository root for full details. their left edge up with the "B" of the heading above them and with the radio buttons above that. Matching the surrounding boxes instead puts the tiles to the left of both, since a heading insets its own text. */ - padding: var(--cpd-space-2x) var(--cpd-space-4x) var(--cpd-space-3x); + /* No room of its own at the top: the rule above already sets the distance, + and adding to it puts the tiles further from their heading than the device + rows are from theirs. */ + padding: 0 var(--cpd-space-4x) var(--cpd-space-3x); } /*