audrey/src/style.css

17 lines
225 B
CSS
Raw Normal View History

2024-10-12 18:41:03 +00:00
#seek-scale slider {
margin: 0px;
opacity: 0%;
min-width: 10px;
min-height: 10px;
}
2024-10-12 18:44:10 +00:00
#volume-scale slider {
margin: -5px;
min-width: 15px;
min-height: 15px;
}
2024-10-19 12:04:52 +00:00
.playing .title-label {
font-weight: bold;
}