mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Fix tagger result styling (#4222)
* Fix tagger result styling * Fix DEFAULT_SLIDESHOW_DELAY
This commit is contained in:
@@ -70,7 +70,7 @@ const CLASSNAME_NAV = `${CLASSNAME}-nav`;
|
||||
const CLASSNAME_NAVIMAGE = `${CLASSNAME_NAV}-image`;
|
||||
const CLASSNAME_NAVSELECTED = `${CLASSNAME_NAV}-selected`;
|
||||
|
||||
const DEFAULT_SLIDESHOW_DELAY = 5;
|
||||
const DEFAULT_SLIDESHOW_DELAY = 5000;
|
||||
const SECONDS_TO_MS = 1000;
|
||||
const MIN_VALID_INTERVAL_SECONDS = 1;
|
||||
const MIN_ZOOM = 0.1;
|
||||
|
||||
Reference in New Issue
Block a user