Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Tor Browser
Commits
60fc8a13
Commit
60fc8a13
authored
Aug 26, 2024
by
henry
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Bug 41600: Add a tor circuit display panel.
Bug 43081: Remove line-height.
parent
6e3fb7df
Branches
Branches containing commit
No related tags found
1 merge request
!1132
Remove line-height for non-ASCII text
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
browser/components/torcircuit/content/torCircuitPanel.css
+3
-3
3 additions, 3 deletions
browser/components/torcircuit/content/torCircuitPanel.css
with
3 additions
and
3 deletions
browser/components/torcircuit/content/torCircuitPanel.css
+
3
−
3
View file @
60fc8a13
...
...
@@ -95,7 +95,6 @@
}
#tor-circuit-node-list
{
line-height
:
2
;
list-style
:
none
;
padding-inline-start
:
var
(
--arrowpanel-menuitem-margin-inline
);
/* Do not allow an item to wrap since this would break the circuit diagram. */
...
...
@@ -104,11 +103,12 @@
.tor-circuit-node-item
{
/* We want the "bullets" of the list to act as the circuit diagram, and we
* also want them to be vertically aligned and scaled to the
line-
height of
*
the
list so that the different parts visually connect.
* also want them to be vertically aligned and scaled to the height of
the
* list
item
so that the different parts visually connect.
* Using list-style-image does not give us enough control over sizing the
* image. So instead we use a background-image. */
padding-inline-start
:
1.5em
;
padding-block
:
6px
;
background-image
:
url
(
"chrome://browser/content/tor-circuit-node-middle.svg"
);
-moz-context-properties
:
fill
;
/* Light Gray 50 */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment