Skip to content
Snippets Groups Projects
Commit 3adddb16 authored by henry's avatar henry Committed by morgan
Browse files

fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in...

fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection

Bug 42806: Use `lh` unit in tor connection preferences.

Bug 42705: Adjust spacing of the Lox update list to account for removal
of 1.8 line-height.
parent 914a73df
No related branches found
No related tags found
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1136Bug 43085: Rebased alpha onto 128.2.0esr
......@@ -558,7 +558,7 @@ button.spoof-button-disabled {
". invites button" min-content
/ min-content 1fr max-content;
align-items: start;
gap: 0 8px;
gap: 8px;
}
.tor-bridges-lox-image-outer {
......@@ -620,6 +620,7 @@ button.spoof-button-disabled {
/* Align the icons, as if list markers. */
grid-template-columns: max-content 1fr;
align-items: start;
gap: 8px 0;
}
.tor-bridges-lox-list-item {
......@@ -628,16 +629,15 @@ button.spoof-button-disabled {
.tor-bridges-lox-list-item::before {
/* We use ::before rather than list-style-image to have more control. */
display: block;
box-sizing: content-box;
width: 18px;
height: 18px;
margin-inline: 4px 6px;
/* We want the icons to be center-aligned relative to the *first* line. */
/* TODO: After firefox 120, can use line-height unit "lh" to do proper
* center-alignment: calc((1lh - 18px) / 2)
* For now, we use 3.4ex as an approximation for 1lh */
margin-block-start: calc((3.4ex - 18px) / 2);
margin-block-start: calc((1lh - 18px) / 2);
/* We use display: grid rather than display: block. Otherwise the content will
* be offset vertically by the line-height. */
display: grid;
/* fill is the icon color, stroke is the border color. */
-moz-context-properties: fill, stroke;
fill: var(--in-content-icon-color);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment