[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.2.0esr-13.0-1] fixup! Bug 41600: Add a tor circuit display panel.



Title: GitLab

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
    fixup! Bug 41600: Add a tor circuit display panel.
    
    Bug 42045: Allow circuit panel to grow in width for long addresses.
    

1 changed file:

Changes:

  • browser/components/torcircuit/content/torCircuitPanel.css
    ... ... @@ -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 {
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits