Finish media menu refactor

This commit is contained in:
Jas Singh
2024-07-10 01:58:18 -07:00
parent 6cda814d9b
commit e711d639b7
7 changed files with 154 additions and 141 deletions

View File

@@ -28,7 +28,7 @@
}
.media-indicator-current-song-author {
margin-bottom: 0.5rem;
margin-bottom: 0.75rem;
}
.media-indicator-current-song-name-label {
@@ -48,10 +48,10 @@
.media-indicator-current-controls {
margin-top: 1.5rem;
margin-bottom: 0.2rem;
margin-bottom: 0.5rem;
}
.media-indicator-control {
.media-indicator-control-button {
margin: 0rem 0.5rem;
}
@@ -85,15 +85,16 @@
}
.menu-slider.media.progress {
margin-top: 1rem;
margin-top: 1em;
margin-bottom: 1em;
trough {
background: $surface2;
border-radius: 0.3rem;
border-radius: 0.4em;
highlight,
progress {
min-height: 1rem;
min-height: .85em;
background: $lavender;
}
}