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

richard (@richard) git at gitlab.torproject.org
Thu Aug 24 19:59:55 UTC 2023



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:

- browser/components/torcircuit/content/torCircuitPanel.css


Changes:

=====================================
browser/components/torcircuit/content/torCircuitPanel.css
=====================================
@@ -69,16 +69,15 @@
 }
 
 #tor-circuit-panel-body {
-  /* xul:vbox with display: block will be correctly measured in size by the
-   * parent xul:panel, and allocated the required space. */
-  display: block;
   /* May grow larger than 480px if we have a long domain name or ip address. */
-  width: 480px;
+  min-width: 480px;
+  padding: 1em;
+  gap: 1em;
 }
 
 #tor-circuit-node-list-name,
 #tor-circuit-node-list {
-  margin: 1em;
+  margin: 0;
 }
 
 #tor-circuit-node-list {



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/13fedeae9e7e8f29a4feff3f95846eb09c6fa1a3

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/13fedeae9e7e8f29a4feff3f95846eb09c6fa1a3
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230824/9af080d1/attachment-0001.htm>


More information about the tbb-commits mailing list