mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
AI Assistant widget (#1115)
* feat: add assistan widget * feat: remove gtm * feat: assistant - minify js, add option UI * feat: assistant - ability to toggle assistant * chore: update version to 1.102.00 * chore: resolve version conflict * chore: cleanup * chore: cleanup * feat: ai widget - improve style --------- Co-authored-by: Azgaar <azgaar.fmg@yandex.com>
This commit is contained in:
parent
97e504d2aa
commit
e25f231697
6 changed files with 64 additions and 9 deletions
15
index.css
15
index.css
|
|
@ -2388,6 +2388,21 @@ svg.button {
|
|||
}
|
||||
}
|
||||
|
||||
#chat-widget-minimized {
|
||||
animation: fadeIn 1s ease-in;
|
||||
transform: scale(0.65);
|
||||
opacity: var(--bg-opacity);
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: var(--bg-opacity);
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
div,
|
||||
canvas {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue