use directive to add tooltip

+ change grid size for search page
+
This commit is contained in:
geoffrey45
2022-09-04 12:48:56 +03:00
parent 4861429e4e
commit 24bfa73ab6
16 changed files with 111 additions and 81 deletions
+8 -2
View File
@@ -19,7 +19,7 @@
></div>
</div>
<div class="tags">
<div class="title ellip">
<div class="title ellip" v-tooltip="track.title">
{{ track.title }}
</div>
<hr />
@@ -94,6 +94,12 @@ const playThis = (track: Track) => {
align-items: center;
padding: $small 1rem;
.tags {
.title {
width: fit-content;
}
}
.remove-track {
opacity: 0;
transition: all 0.25s ease;
@@ -139,7 +145,7 @@ const playThis = (track: Track) => {
.artist {
font-size: small;
opacity: .67;
opacity: 0.67;
}
}
</style>