mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-22 22:29:30 +00:00
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) <noreply@anthropic.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user