audrey/src/style.css
psykose eaf8a86232 use style autoloading
avoids a deprecation warning; the function is not even deprecated, the vala
bindings just have a bug here, but this also fixes it
2024-10-16 20:25:56 +02:00

12 lines
177 B
CSS

#seek-scale slider {
margin: 0px;
opacity: 0%;
min-width: 10px;
min-height: 10px;
}
#volume-scale slider {
margin: -5px;
min-width: 15px;
min-height: 15px;
}