From 30c9bbe966750d5a855568a764075f3cc76af122 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 16 Oct 2020 13:49:09 -0700 Subject: [PATCH] Size logo properly with the user image --- webroot/js/app.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webroot/js/app.js b/webroot/js/app.js index 29706c78b..226230549 100644 --- a/webroot/js/app.js +++ b/webroot/js/app.js @@ -348,7 +348,10 @@ export default class App extends Component { } = logo; const bgLogo = { backgroundImage: `url(${smallLogo})` }; - const bgLogoLarge = { backgroundImage: `url(${largeLogo})` }; + const bgLogoLarge = { + backgroundImage: `url(${largeLogo})`, + backgroundSize: 'contain', + }; const tagList = (tags !== null && tags.length > 0) ? tags.map(