mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
修复templater 弹窗不显示的问题
This commit is contained in:
parent
3d6adf9721
commit
8a1dda4b27
1 changed files with 4 additions and 4 deletions
|
|
@ -54,9 +54,9 @@ settings:
|
|||
description: Adjust the brightness of the entire form。
|
||||
description.zh: 调整整个窗体的亮度。
|
||||
type: variable-number-slider
|
||||
default: 01
|
||||
min: 0
|
||||
max: 5
|
||||
default: 1
|
||||
min: 0.5
|
||||
max: 1.5
|
||||
step: 0.01
|
||||
-
|
||||
id: window-font-size
|
||||
|
|
@ -406,7 +406,7 @@ body:not(.is-mobile) .theme-light {
|
|||
* --------------------------------调整全局样式------------------------------------
|
||||
*/
|
||||
|
||||
.app-container {
|
||||
body {
|
||||
filter: brightness(var(--window-brightness));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue