diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/modalImage/modal.css | 6 | ||||
| -rw-r--r-- | client/store.js | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/client/modalImage/modal.css b/client/modalImage/modal.css index 3ac9237e..cf8f331d 100644 --- a/client/modalImage/modal.css +++ b/client/modalImage/modal.css @@ -77,7 +77,7 @@ } .modal .prev img, .modal .next img { - max-width: 100%; + max-width: 40px; max-height: 100%; } @@ -102,11 +102,11 @@ .desktop .modal .prev:hover { width: 9%; - left: -8px; + left: -10px; } .desktop .modal .next:hover { width: 9%; - right: -8px; + right: -10px; } .desktop .modal .close:hover { padding: 10px; diff --git a/client/store.js b/client/store.js index a404a19d..b64d26b5 100644 --- a/client/store.js +++ b/client/store.js @@ -6,6 +6,7 @@ import thunk from 'redux-thunk' // import nameSearchReducer from './nameSearch/nameSearch.reducer' const rootReducer = combineReducers({ + api: (a = {}) => a, // faceAnalysis: faceAnalysisReducer, // faceSearch: faceSearchReducer, // nameSearch: nameSearchReducer, |
