Merge pull request #12 from LEv145/dev

Fix for Lobe theme
pull/18/head
LEv145 2023-07-13 14:38:17 +02:00 committed by GitHub
commit 6093ab2253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -34,3 +34,17 @@ button#arsp__arc_hide_logic_button {
height: 22px;
overflow: hidden !important;
}
/* Fix for Lobe theme */
/* https://github.com/canisminor1990/sd-webui-lobe-theme/blob/d4c4a48e8025d32b202716d4ab8d806580752256/src/styles/components/button.ts */
.hide.svelte-1ipelgc {
display: none !important;
}
.primary.svelte-1ipelgc {
background: var(--button-primary-background-fill) !important;
}
.secondary.svelte-1ipelgc {
background: var(--button-secondary-background-fill) !important;
}