mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Make speed scale look consistent with volume scale on fullscreen
This commit is contained in:
@@ -26,9 +26,6 @@ radio {
|
|||||||
.osd list {
|
.osd list {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
.osd list row {
|
|
||||||
-gtk-icon-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.osd .playercontrols {
|
.osd .playercontrols {
|
||||||
-gtk-icon-size: 24px;
|
-gtk-icon-size: 24px;
|
||||||
@@ -164,6 +161,14 @@ radio {
|
|||||||
background: @error_color;
|
background: @error_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Elapsed Popover */
|
||||||
|
.osd list row {
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
}
|
||||||
|
.osd .speedscale trough highlight {
|
||||||
|
min-height: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Floating Mode */
|
/* Floating Mode */
|
||||||
.floatingwindow {
|
.floatingwindow {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
1
src/controls.js
vendored
1
src/controls.js
vendored
@@ -327,6 +327,7 @@ class ClapperControls extends Gtk.Box
|
|||||||
hexpand: true,
|
hexpand: true,
|
||||||
valign: Gtk.Align.CENTER,
|
valign: Gtk.Align.CENTER,
|
||||||
});
|
});
|
||||||
|
speedScale.add_css_class('speedscale');
|
||||||
|
|
||||||
this.speedAdjustment = speedScale.get_adjustment();
|
this.speedAdjustment = speedScale.get_adjustment();
|
||||||
this.speedAdjustment.set_lower(0.01);
|
this.speedAdjustment.set_lower(0.01);
|
||||||
|
Reference in New Issue
Block a user