mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
use directive to add tooltip
+ change grid size for search page +
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user