Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
23095605
Verified
Commit
23095605
authored
Mar 26, 2026
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpris: allow CSS control of album art icon size
parent
febb52e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mpris.scss
data/style/widgets/mpris.scss
+4
-3
mpris_player.blp
data/ui/widgets/mpris_player.blp
+0
-1
No files found.
data/style/widgets/mpris.scss
View file @
23095605
...
...
@@ -28,11 +28,11 @@
.mpris-overlay
{
background
:
var
(
--
dialog-bg-color
);
padding
:
5
px
;
padding
:
10
px
;
.widget-mpris-album-art
{
border-radius
:
var
(
--
window-radius
);
margin
:
3
px
;
margin
:
0
px
;
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)"
);
...
...
data/ui/widgets/mpris_player.blp
View file @
23095605
...
...
@@ -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 [
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment