mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Hide blur opacity option
This commit is contained in:
parent
22ce44bae8
commit
502d0b2435
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/custom-navbar.min.js
vendored
2
min/custom-navbar.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -3,7 +3,7 @@ if (isIframe())
|
||||
return;
|
||||
}
|
||||
document.body.style.setProperty("--navbar-bounds-padding", `0 ${settings.customNavbarBoundsPadding}%`);
|
||||
document.body.style.setProperty("--navbar-blur-opacity", settings.customNavbarBlurOpacity);
|
||||
document.body.style.setProperty("--navbar-blur-opacity", settings.customNavbarBlurOpacity || 0.7);
|
||||
addSettingsListener("customNavbarBlurOpacity", value =>
|
||||
{
|
||||
document.body.style.setProperty("--navbar-blur-opacity", value);
|
||||
|
||||
@ -62,7 +62,7 @@
|
||||
<checkbox indent="1" key="customNavbarShadow" dependencies="customNavbar"></checkbox>
|
||||
<checkbox indent="1" key="customNavbarCompact" dependencies="customNavbar"></checkbox>
|
||||
<checkbox indent="1" key="customNavbarBlur" dependencies="customNavbar"></checkbox>
|
||||
<textbox indent="2" key="customNavbarBlurOpacity" dependencies="customNavbar customNavbarBlur"></textbox>
|
||||
<!-- <textbox indent="2" key="customNavbarBlurOpacity" dependencies="customNavbar customNavbarBlur"></textbox> -->
|
||||
<checkbox indent="0" key="useDarkStyle" dependencies=""></checkbox>
|
||||
<checkbox indent="0" key="darkSchedule" dependencies=""></checkbox>
|
||||
<textbox indent="1" key="darkScheduleStart" dependencies="darkSchedule"></textbox>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user