You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that every theme downloaded from https://zen-browser.app/themes has its CSS automatically wrapped in @-moz-document url-prefix("chrome:") query. This breaks any theme that already has a @-moz-document query defined at its root.
I noticed this is breaking Compact Topsites. Is there an official workaround for this behavior?
The text was updated successfully, but these errors were encountered:
The chrome.css files have this prefix because they are only intended to affect the browser chrome. They are not intended to function as userContent.css files for now
The chrome.css files have this prefix because they are only intended to affect the browser chrome. They are not intended to function as userContent.css files for now
Interesting. I probably missed this while checking the documentation on authoring themes. Still, does Zen plan to only support themes customizing browser chrome? If so, I can create a PR to remove Compact Topsites for now till this stance changes in future.
I've noticed that every theme downloaded from https://zen-browser.app/themes has its CSS automatically wrapped in
@-moz-document url-prefix("chrome:")
query. This breaks any theme that already has a@-moz-document
query defined at its root.I noticed this is breaking Compact Topsites. Is there an official workaround for this behavior?
The text was updated successfully, but these errors were encountered: