Refactor ZenStartup.mjs to improve browser layout initialization and fix smooth scroll issue

This commit is contained in:
mauro-balades
2024-09-14 12:03:03 +02:00
parent dadbab9708
commit 503a7531ef
2 changed files with 7 additions and 1 deletions

View File

@@ -50,6 +50,12 @@
width: 3px !important;
}
}
@media (-moz-bool-pref: 'zen.tabs.dim-pending') {
&[pending='true'] .tab-icon-image {
opacity: 0.5;
}
}
}
}