From 4388d8497c6d80420b4a2d49f4ce1ec7cdfd032b Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 27 Jun 2021 10:23:03 +0300 Subject: [PATCH] add note about color-mix pref --- chrome/non_floating_sharp_tabs.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/non_floating_sharp_tabs.css b/chrome/non_floating_sharp_tabs.css index 4a48d9c..0a7899c 100644 --- a/chrome/non_floating_sharp_tabs.css +++ b/chrome/non_floating_sharp_tabs.css @@ -5,6 +5,8 @@ See the above repository for updates as well as full license text. */ /* It's not strictly a requirement, but this style expects compact_proton.css to be loaded before it. */ +/* NOTE: go to about:config and enable layout.css.color-mix.enabled, this doesn't work properly without it. */ + :root{ --proton-tab-block-margin: 0px !important; --tab-block-margin: 0px !important;