mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
feat: ai-generation - stream results
This commit is contained in:
parent
63496a651f
commit
634ad6cd8e
4 changed files with 54 additions and 8 deletions
17
index.css
17
index.css
|
|
@ -356,6 +356,14 @@ text.drag {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
button.ui-button:disabled {
|
||||
filter: brightness(0.95);
|
||||
}
|
||||
|
||||
button.ui-button:disabled:hover {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.ui-dialog,
|
||||
#optionsContainer {
|
||||
user-select: none;
|
||||
|
|
@ -2378,6 +2386,15 @@ svg.button {
|
|||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
@keyframes clockwiseBorderPulse {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
div,
|
||||
canvas {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue