mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-04-04 22:21:08 +02:00
calc() is not needed
This commit is contained in:
parent
960db2d59b
commit
63f9f33e20
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#sd_dropdown {
|
#sd_dropdown {
|
||||||
z-index: 30000;
|
z-index: 30000;
|
||||||
backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));
|
backdrop-filter: blur(var(--SmartThemeBlurStrength));
|
||||||
}
|
}
|
||||||
|
|
||||||
#sd_comfy_open_workflow_editor {
|
#sd_comfy_open_workflow_editor {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user