commit 43321239f9db144c56efa29b954b15fd0abe84e0 Author: Alex Catarineu acat@torproject.org Date: Fri Oct 2 12:48:15 2020 +0200
Bug 40016: Fix onion pattern for LTR locales --- chrome/skin/aboutTor.css | 1 + 1 file changed, 1 insertion(+)
diff --git a/chrome/skin/aboutTor.css b/chrome/skin/aboutTor.css index 29aef98e..aad81e70 100644 --- a/chrome/skin/aboutTor.css +++ b/chrome/skin/aboutTor.css @@ -231,6 +231,7 @@ body:not([showmanual]) .showForManual { max-width: 2200px; /* room for our 20 circles */ min-height: 232px; /* room for 2 rows of circles */ overflow-x: hidden; /* clip extra circles on the sides */ + direction: ltr; }
.onion-pattern-row {