add hidden shortcut to clear localStorage

-
click the "general" button in the settings page 3 times
-
This commit is contained in:
geoffrey45
2022-09-11 04:04:42 +03:00
parent 96019a4c81
commit a6819a01d6
6 changed files with 27 additions and 12 deletions
+4 -5
View File
@@ -22,7 +22,7 @@
:class="{ last_played: !isPlaying }"
></div>
</div>
<div v-tooltip="track.title">
<div v-tooltip="track.title" class="song-title">
<div class="title ellip" @click="emitUpdate(track)" ref="artisttitle">
{{ track.title }}
</div>
@@ -109,11 +109,10 @@ function showMenu(e: Event) {
height: 3.75rem;
gap: 1rem;
user-select: none;
// background-color: $gray;
// &:nth-child(odd) {
// background-color: rgba(26, 26, 26, 0.068);
// }
.song-title {
cursor: pointer;
}
&:hover {
background-color: $gray4;