mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-24 00:06:02 +00:00
test: Fixed tests for firefox 141.0, b=no-bug, c=common
This commit is contained in:
31
src/toolkit/themes/shared/in-content/common-shared-css.patch
Normal file
31
src/toolkit/themes/shared/in-content/common-shared-css.patch
Normal file
@@ -0,0 +1,31 @@
|
||||
diff --git a/toolkit/themes/shared/in-content/common-shared.css b/toolkit/themes/shared/in-content/common-shared.css
|
||||
index 3c72faca31b8a52a1668f78c8154a5726790a6dc..583348194113521b0a47d6ee3272c485fcd33db9 100644
|
||||
--- a/toolkit/themes/shared/in-content/common-shared.css
|
||||
+++ b/toolkit/themes/shared/in-content/common-shared.css
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
@import url("chrome://global/skin/design-system/tokens-brand.css");
|
||||
@import url("chrome://global/skin/design-system/text-and-typography.css");
|
||||
-
|
||||
+@import url("chrome://browser/content/zen-styles/zen-theme.css");
|
||||
@namespace html "http://www.w3.org/1999/xhtml";
|
||||
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||
|
||||
@@ -777,7 +777,7 @@ html|*#categories[last-input-type="mouse"] > html|button.category:focus-visible
|
||||
fill-opacity: 1;
|
||||
}
|
||||
|
||||
-@media (max-width: 830px) {
|
||||
+@media (max-width: 130px) {
|
||||
:root {
|
||||
--in-content-sidebar-width: 118px;
|
||||
}
|
||||
@@ -1167,7 +1167,7 @@ xul|*.sidebar-footer-link {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
-@media (max-width: 830px) {
|
||||
+@media (max-width: 130px) {
|
||||
.sidebar-footer-list {
|
||||
margin-inline-start: 40px;
|
||||
align-items: flex-start;
|
||||
Reference in New Issue
Block a user