mirror of
https://github.com/zen-browser/desktop.git
synced 2026-09-03 12:10:19 +00:00
21 lines
565 B
C++
21 lines
565 B
C++
diff --git a/browser/themes/shared/browser-shared.css b/browser/themes/shared/browser-shared.css
|
|
index 2287d8f9fd5a86be00a0e9d7635a119fca446f50..7870cd7a15688e6046e586ec91861439c4182933 100644
|
|
--- a/browser/themes/shared/browser-shared.css
|
|
+++ b/browser/themes/shared/browser-shared.css
|
|
@@ -347,13 +347,13 @@ body {
|
|
|
|
@media (-moz-platform: macos) and (not (-moz-mac-rtl)) {
|
|
&:-moz-locale-dir(ltr) {
|
|
- order: -1;
|
|
+ order: -2;
|
|
}
|
|
}
|
|
|
|
@media (-moz-mac-rtl) {
|
|
&:-moz-locale-dir(rtl) {
|
|
- order: -1;
|
|
+ order: -2;
|
|
}
|
|
}
|
|
|