morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
292271b7
by Henry Wilkes at 2024-08-08T17:52:46+01:00
1 changed file:
Changes:
| ... | ... | @@ -60,8 +60,8 @@ |
| 60 | 60 | }
|
| 61 | 61 | |
| 62 | 62 | #tor-circuit-alias:not([hidden]) {
|
| 63 | - /* Same margin as .panel-header > h1 */
|
|
| 64 | - margin: 4px 0;
|
|
| 63 | + /* Same as padding for .panel-header */
|
|
| 64 | + margin-block-start: var(--arrowpanel-menuitem-margin-inline);
|
|
| 65 | 65 | display: flex;
|
| 66 | 66 | align-items: center;
|
| 67 | 67 | }
|
| ... | ... | @@ -83,8 +83,10 @@ |
| 83 | 83 | #tor-circuit-panel-body {
|
| 84 | 84 | /* May grow larger than 480px if we have a long domain name or ip address. */
|
| 85 | 85 | min-width: 480px;
|
| 86 | - padding: 1em;
|
|
| 87 | - gap: 1em;
|
|
| 86 | + /* Line up with the button at the bottom of the panel. */
|
|
| 87 | + margin: var(--arrowpanel-menuitem-margin);
|
|
| 88 | + padding: var(--arrowpanel-menuitem-padding);
|
|
| 89 | + gap: var(--arrowpanel-menuitem-padding-block);
|
|
| 88 | 90 | }
|
| 89 | 91 | |
| 90 | 92 | #tor-circuit-node-list-name,
|
| ... | ... | @@ -95,7 +97,7 @@ |
| 95 | 97 | #tor-circuit-node-list {
|
| 96 | 98 | line-height: 2;
|
| 97 | 99 | list-style: none;
|
| 98 | - padding-inline-start: 0.5em;
|
|
| 100 | + padding-inline-start: var(--arrowpanel-menuitem-margin-inline);
|
|
| 99 | 101 | /* Do not allow an item to wrap since this would break the circuit diagram. */
|
| 100 | 102 | white-space: nowrap;
|
| 101 | 103 | }
|
| ... | ... | @@ -181,5 +183,5 @@ |
| 181 | 183 | }
|
| 182 | 184 | |
| 183 | 185 | .tor-circuit-button label.tor-circuit-button-description {
|
| 184 | - margin-block-start: 3px;
|
|
| 186 | + margin-block-start: var(--space-xsmall);
|
|
| 185 | 187 | } |