mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Tweak play/pause icons size
This commit is contained in:
1
clapper_src/controls.js
vendored
1
clapper_src/controls.js
vendored
@@ -188,6 +188,7 @@ var Controls = GObject.registerClass({
|
||||
'media-playback-start-symbolic',
|
||||
'media-playback-pause-symbolic'
|
||||
);
|
||||
this.togglePlayButton.add_css_class('playbackicon');
|
||||
this.addButton(this.togglePlayButton);
|
||||
}
|
||||
|
||||
|
@@ -24,6 +24,12 @@ scale marks {
|
||||
min-width: 18px;
|
||||
min-height: 18px;
|
||||
}
|
||||
.playbackicon {
|
||||
-gtk-icon-size: 20px;
|
||||
}
|
||||
.osd .playbackicon {
|
||||
-gtk-icon-size: 28px;
|
||||
}
|
||||
.labelbutton {
|
||||
font-family: 'Cantarell', 'Noto Sans', sans-serif;
|
||||
font-variant-numeric: tabular-nums;
|
||||
|
Reference in New Issue
Block a user