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
+2 -1
View File
@@ -25,7 +25,7 @@
<span v-else-if="album.is_single">Single</span>
<span v-else>Album</span>
</div>
<div class="title ellip">
<div class="title ellip" v-tooltip="album.title">
{{ album.title }}
</div>
</div>
@@ -141,6 +141,7 @@ useVisibility(albumheaderthing, handleVisibilityState);
.title {
font-size: 2.5rem;
font-weight: 600;
width: fit-content;
}
.artist {