richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
13fedeae
by Henry Wilkes at 2023-08-24T19:59:36+00:00
1 changed file:
Changes:
| ... | ... | @@ -69,16 +69,15 @@ | 
| 69 | 69 |  }
 | 
| 70 | 70 | |
| 71 | 71 |  #tor-circuit-panel-body {
 | 
| 72 | -  /* xul:vbox with display: block will be correctly measured in size by the
 | |
| 73 | -   * parent xul:panel, and allocated the required space. */
 | |
| 74 | -  display: block;
 | |
| 75 | 72 |    /* May grow larger than 480px if we have a long domain name or ip address. */
 | 
| 76 | -  width: 480px;
 | |
| 73 | +  min-width: 480px;
 | |
| 74 | +  padding: 1em;
 | |
| 75 | +  gap: 1em;
 | |
| 77 | 76 |  }
 | 
| 78 | 77 | |
| 79 | 78 |  #tor-circuit-node-list-name,
 | 
| 80 | 79 |  #tor-circuit-node-list {
 | 
| 81 | -  margin: 1em;
 | |
| 80 | +  margin: 0;
 | |
| 82 | 81 |  }
 | 
| 83 | 82 | |
| 84 | 83 |  #tor-circuit-node-list {
 |