Allow scrolling back to search after generation.
Keeps the search UI visible in generated mode (so you can scroll up), but locks it to prevent changing choices until tapping New search.
This commit is contained in:
@@ -239,6 +239,9 @@
|
||||
justify-content: center;
|
||||
max-width: 720px;
|
||||
}
|
||||
.controls.locked {
|
||||
opacity: 0.35;
|
||||
}
|
||||
|
||||
button {
|
||||
background: var(--color-surface);
|
||||
|
||||
Reference in New Issue
Block a user