mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Fix loading issue in galleries and redirect on gallery creation (#857)
* Fix loading issue in galleries and redirect on gallery creation * Add error messages when image/galleries aren't found * Clean up gallery/image/performer/scene view states * Simplify error messages
This commit is contained in:
@@ -133,3 +133,13 @@ button.collapse-button.btn-primary:not(:disabled):not(.disabled):active {
|
||||
max-width: 32rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ErrorMessage {
|
||||
align-items: center;
|
||||
height: 20rem;
|
||||
justify-content: center;
|
||||
|
||||
&-content {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user