From 230f2fdc02bdc3a063ddd3aa26d2817efe441fb2 Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 23 Jan 2023 19:53:24 -0500 Subject: [PATCH] Reduce spacing between album buttons, to avoid breaking the toolbar in two --- ui/src/themes/nord.js | 3 --- ui/src/themes/spotify.js | 1 - 2 files changed, 4 deletions(-) diff --git a/ui/src/themes/nord.js b/ui/src/themes/nord.js index f4c64ccc0..492de9c06 100644 --- a/ui/src/themes/nord.js +++ b/ui/src/themes/nord.js @@ -2,9 +2,6 @@ const musicListActions = { alignItems: 'center', '@global': { - button: { - margin: 5, - }, 'button:first-child:not(:only-child)': { '@media screen and (max-width: 720px)': { transform: 'scale(1.5)', diff --git a/ui/src/themes/spotify.js b/ui/src/themes/spotify.js index 8efd49b67..7813291ad 100644 --- a/ui/src/themes/spotify.js +++ b/ui/src/themes/spotify.js @@ -10,7 +10,6 @@ const musicListActions = { alignItems: 'center', '@global': { button: { - margin: 5, border: '1px solid transparent', backgroundColor: 'inherit', color: '#b3b3b3',