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
@@ -28,7 +28,6 @@ const props = defineProps<{
<style lang="scss">
.p-card {
transition: all 0.25s ease;
position: relative;
background-color: $playlist-card-bg;
height: 10rem;
@@ -38,7 +37,7 @@ const props = defineProps<{
height: 100%;
aspect-ratio: 1/1.2;
object-fit: cover;
transition: all 0.25s ease;
transition: all 0.5s ease;
}
.overlay {
@@ -63,8 +62,8 @@ const props = defineProps<{
}
&:hover {
img {
transform: scale(1.1);
.p-name {
text-decoration: underline;
}
}