From 24ab9768e98d00bf3d56e465e69e94a1b9b95358 Mon Sep 17 00:00:00 2001 From: Qstick Date: Fri, 2 Oct 2020 22:37:15 -0400 Subject: [PATCH] Fixed: Ended overlay on artist posters Co-Authored-By: Mark McDowall Signed-off-by: Robin Dadswell --- .../Index/Posters/AuthorIndexPoster.css | 4 ---- .../Author/Index/Posters/AuthorIndexPoster.js | 2 +- .../Index/Posters/AuthorIndexPosters.js | 19 ++++++++++++------- frontend/src/Styles/Variables/dimensions.js | 6 +++--- 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/frontend/src/Author/Index/Posters/AuthorIndexPoster.css b/frontend/src/Author/Index/Posters/AuthorIndexPoster.css index 4ca1179c7..4c581ccc8 100644 --- a/frontend/src/Author/Index/Posters/AuthorIndexPoster.css +++ b/frontend/src/Author/Index/Posters/AuthorIndexPoster.css @@ -1,9 +1,5 @@ $hoverScale: 1.05; -.container { - padding: 10px; -} - .content { transition: all 200ms ease-in; diff --git a/frontend/src/Author/Index/Posters/AuthorIndexPoster.js b/frontend/src/Author/Index/Posters/AuthorIndexPoster.js index 7f3c568fa..e30a49f1e 100644 --- a/frontend/src/Author/Index/Posters/AuthorIndexPoster.js +++ b/frontend/src/Author/Index/Posters/AuthorIndexPoster.js @@ -115,7 +115,7 @@ class AuthorIndexPoster extends Component { }; return ( -
+