From 2030cc68cf7cf8de83483407d54bcaa694a80213 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Tue, 20 Feb 2024 08:30:09 +0100 Subject: [PATCH] eww -> music: Fixed art background not being centered --- bar/eww/music/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/bar/eww/music/style.scss b/bar/eww/music/style.scss index 7b327e2..ad3f872 100644 --- a/bar/eww/music/style.scss +++ b/bar/eww/music/style.scss @@ -6,6 +6,7 @@ .art { background-size: cover; + background-position: center center; min-width: 200px; min-height: 200px;