mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-14 17:15:34 +00:00
* chore: Sync upstream to `Firefox 147.0` * chore: Continued migration, b=no-bug, c=tests * chore: Finish migration without testing, b=no-bug, c=scripts, tabs, media, common, split-view * feat: Finish migration, b=no-bug, c=common, compact-mode, split-view, workspaces * feat: Finish basic migration, b=no-bug, c=kbs, common, folders * feat: Update surfer, b=no-bug, c=scripts
32 lines
1.0 KiB
C++
32 lines
1.0 KiB
C++
diff --git a/toolkit/themes/shared/in-content/common-shared.css b/toolkit/themes/shared/in-content/common-shared.css
|
|
index c1acf2d6ab3c9a260e73d43af027f34a807e01dc..dbef9778a1582881dd83f4a1dde455308719b2be 100644
|
|
--- a/toolkit/themes/shared/in-content/common-shared.css
|
|
+++ b/toolkit/themes/shared/in-content/common-shared.css
|
|
@@ -63,7 +63,7 @@
|
|
* this in forced colors mode, as we should be using system colours then.
|
|
*/
|
|
:root[dialogroot] {
|
|
- --background-color-canvas: #42414d;
|
|
+ --background-color-canvas: var(--zen-dialog-background);
|
|
}
|
|
}
|
|
|
|
@@ -696,7 +696,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;
|
|
}
|
|
@@ -1078,7 +1078,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;
|