mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 18:41:23 +01:00
feat: ai widget - improve style
This commit is contained in:
parent
d94defaa18
commit
85a6bc9c66
5 changed files with 24 additions and 7 deletions
|
|
@ -2388,8 +2388,10 @@ svg.button {
|
|||
}
|
||||
}
|
||||
|
||||
#chat-widget-container {
|
||||
#chat-widget-minimized {
|
||||
animation: fadeIn 1s ease-in;
|
||||
transform: scale(0.65);
|
||||
opacity: var(--bg-opacity);
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
|
|
@ -2397,7 +2399,7 @@ svg.button {
|
|||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
opacity: var(--bg-opacity);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue