Update the media menu - move time stamp to tooltip

This commit is contained in:
Jas Singh
2024-06-28 01:20:16 -07:00
parent 5d9be96cca
commit 9a2a9d4ec5
8 changed files with 57 additions and 118 deletions

View File

@@ -21,7 +21,7 @@
&.active {
color: $pink;
background-color: $pink;
min-width: 11em;
min-width: 14em;
min-height: 4.5em;
}
}

View File

@@ -1,7 +1,7 @@
@import "../colors";
.media-indicator-container {
min-width: 40rem;
min-width: 35rem;
min-height: 10rem;
background: $mantle;
border: 0.13em solid $surface0;
@@ -17,17 +17,13 @@
border: 0.2em solid $surface0;
background-color: $surface0;
border-radius: 0.25em;
min-width: 8.3em;
min-height: 8.3em;
min-width: 8.5em;
min-height: 8.5em;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.media-indicator-right-section {
margin-left: 2rem;
}
.media-indicator-current-song-name {
margin-bottom: 0.75rem;
}
@@ -38,7 +34,7 @@
.media-indicator-current-song-name-label {
color: $lavender;
font-size: 1.4em;
font-size: 1.35em;
}
.media-indicator-current-song-author-label {
@@ -60,21 +56,6 @@
margin: 0rem 0.5rem;
}
.media-indicator-time {
color: $overlay2;
font-size: 0.8em;
font-weight: 800;
margin-top: 0.9rem;
&.total {
margin-left: 1.2rem;
}
&.current {
margin-right: 1.2rem;
}
}
.media-indicator-control-button {
background: $lavender;
color: $crust;
@@ -107,7 +88,7 @@ image {
.menu-slider.media.progress {
margin-top: 1rem;
min-height: 2em;
min-width: 15em;
min-width: 12em;
trough {
background: $base;

View File

@@ -4,7 +4,7 @@
margin-top: 0em;
min-width: 26em;
min-height: 6em;
background: $mantle;
background: $crust;
border: 0.13em solid $surface0; border-radius: 0.4em;
}
@@ -24,7 +24,7 @@
}
.notification-card.menu {
background: $crust;
background: $base;
border: 0.1em solid $surface0;
margin: 0em;
}