Fixed: Ended overlay on artist posters

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
Qstick
2020-10-02 22:37:15 -04:00
parent 79cff81ffd
commit 24ab9768e9
4 changed files with 16 additions and 15 deletions
+3 -3
View File
@@ -46,8 +46,8 @@ module.exports = {
// Modal
modalBodyPadding: '30px',
// Author
authorIndexColumnPadding: '20px',
authorIndexColumnPaddingSmallScreen: '10px',
// Artist
authorIndexColumnPadding: '10px',
authorIndexColumnPaddingSmallScreen: '5px',
authorIndexOverviewInfoRowHeight: '21px'
};