mpris: allow CSS control of album art icon size

parent febb52e2
......@@ -28,11 +28,11 @@
.mpris-overlay {
background: var(--dialog-bg-color);
padding: 5px;
padding: 10px;
.widget-mpris-album-art {
border-radius: var(--window-radius);
margin: 3px;
margin: 0px;
box-shadow: none;
-gtk-icon-size: var(--mpris-album-art-icon-size);
}
......@@ -47,7 +47,8 @@
}
.image-button {
padding: 0px 5px;
padding: 0;
margin: 0;
&:hover {
background: unquote("alpha(var(--window-bg-color), 0.3)");
......
......@@ -27,7 +27,6 @@ template $XimperShellNotificationCenterWidgetsMprisMprisPlayer: $Underlay {
Image album_art {
icon-name: "audio-x-generic-symbolic";
use-fallback: true;
pixel-size: 96;
overflow: hidden;
styles [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment