audrey/resources/style.css

42 lines
656 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
2024-11-13 17:10:45 +00:00
#play-queue listview {
background-color: rgba(0,0,0,0);
}
2024-11-05 15:25:17 +00:00
/* make drag and drop indicator take up entire perimeter */
#play-queue listview row {
padding: 0;
}
#play-queue .playing {
background-color: color-mix(in srgb, var(--accent-bg-color) 40%, transparent);
}
#play-queue .playing label.title {
2024-10-19 12:04:52 +00:00
font-weight: bold;
}
2024-11-07 20:54:01 +00:00
2024-11-13 17:10:45 +00:00
gridview.albums {
background-color: rgba(0,0,0,0);
}
2024-11-07 20:54:01 +00:00
gridview.albums child {
margin: 10px;
}
gridview.albums child image {
margin: 10px;
}