Merge pull request #3148 from IceFog72/release Small css fix.

a137c23116e6801240f12399d1748b3111480afe

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
2 files changed, +2 -2Showing whitespace changes
public/scripts/extensions/stable-diffusion/style.css+1 -1
@@ -4,7 +4,7 @@
44
5#sd_dropdown {5#sd_dropdown {
6 z-index: 30000;6 z-index: 30000;
7 backdrop-filter: blur(--SmartThemeBlurStrength);7 backdrop-filter: blur(var(--SmartThemeBlurStrength));
8}8}
99
10#sd_comfy_open_workflow_editor {10#sd_comfy_open_workflow_editor {
public/scripts/extensions/tts/style.css+1 -1
@@ -93,7 +93,7 @@
93.at-settings-separator {93.at-settings-separator {
94 margin-top: 10px;94 margin-top: 10px;
95 margin-bottom: 10px;95 margin-bottom: 10px;
96 padding: 18x;96 padding: 18px;
97 font-weight: bold;97 font-weight: bold;
98 border-top: 1px solid #e1e1e1; /* Grey line */98 border-top: 1px solid #e1e1e1; /* Grey line */
99 border-bottom: 1px solid #e1e1e1; /* Grey line */99 border-bottom: 1px solid #e1e1e1; /* Grey line */