diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-04 13:06:34 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-04 13:06:34 -0400 |
| commit | afc7afcea84463d7e7048e5f318bbd13a72f3e95 (patch) | |
| tree | adc581b79e4ca9c1484e1e82cc7324568a20e977 /src/client/views/RecommendationsBox.scss | |
| parent | 7961a79950ce4b26c6715383dae455ced995a7c4 (diff) | |
added double click to open lightbox from carousel.
Diffstat (limited to 'src/client/views/RecommendationsBox.scss')
| -rw-r--r-- | src/client/views/RecommendationsBox.scss | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/client/views/RecommendationsBox.scss b/src/client/views/RecommendationsBox.scss index dd8a105f6..7d89042a4 100644 --- a/src/client/views/RecommendationsBox.scss +++ b/src/client/views/RecommendationsBox.scss @@ -54,10 +54,11 @@ margin-left: 5px; } -img{ - width: 100%; - height: 100%; -} +// bcz: UGH!! Can't have global settings like this!!! +// img{ +// width: 100%; +// height: 100%; +// } .score { // margin-left: 15px; |
