mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
feat: assistant - minify js, add option UI
This commit is contained in:
parent
6a0ee5827e
commit
cb34491a17
4 changed files with 31 additions and 41 deletions
13
index.css
13
index.css
|
|
@ -2400,6 +2400,19 @@ svg.button {
|
|||
}
|
||||
}
|
||||
|
||||
#chat-widget-container {
|
||||
animation: fadeIn 1s ease-in;
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
div,
|
||||
canvas {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue