From 0d409e37e2aa9a5b0d15db5bb8db795e2f8f4271 Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 26 Apr 2021 12:35:49 -0400 Subject: [PATCH] Fix aspect ratio of login icon --- ui/src/themes/ligera.js | 1 + ui/src/themes/spotify.js | 1 + 2 files changed, 2 insertions(+) diff --git a/ui/src/themes/ligera.js b/ui/src/themes/ligera.js index a7a9e64f0..f57d80bb6 100644 --- a/ui/src/themes/ligera.js +++ b/ui/src/themes/ligera.js @@ -346,6 +346,7 @@ export default { icon: { backgroundColor: 'transparent', width: '100px', + height: '100px', }, card: { minWidth: 300, diff --git a/ui/src/themes/spotify.js b/ui/src/themes/spotify.js index 6019e1495..348b396b0 100644 --- a/ui/src/themes/spotify.js +++ b/ui/src/themes/spotify.js @@ -267,6 +267,7 @@ export default { icon: { backgroundColor: 'inherit', width: '5em', + height: '5em', }, card: { background: 'none',