mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
typo
This commit is contained in:
parent
b813e2c1e7
commit
5a0433a3a8
2 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
@media not (-moz-bool-pref: "theme.nosidebarscrollbar.beforebefore125b") {
|
||||
@media not (-moz-bool-pref: "theme.nosidebarscrollbar.before125b") {
|
||||
scrollbox:nth-child(5) {
|
||||
scrollbar-width: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "theme.nosidebarscrollbar.beforebefore125b") {
|
||||
@media (-moz-bool-pref: "theme.nosidebarscrollbar.before125b") {
|
||||
#zen-tabs-wrapper {
|
||||
scrollbar-width: none !important;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[
|
||||
{
|
||||
"property": "theme.nosidebarscrollbar.beforebefore125b",
|
||||
"property": "theme.nosidebarscrollbar.before125b",
|
||||
"label": "Enable if you are on version 1.12.5b or lower.",
|
||||
"type": "checkbox",
|
||||
"disabledOn": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue