mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add word-break: break-all to .ellip
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rounded {
|
.rounded {
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="bigimg ">
|
<div class="bigimg ">
|
||||||
<img class="rounded" :src="imguri.thumb + album.image" alt="" />
|
<img class="rounded shadow-lg" :src="imguri.thumb + album.image" alt="" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -91,7 +91,6 @@ const props = defineProps<{
|
|||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
word-break: break-all;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.artists {
|
.artists {
|
||||||
|
|||||||
@@ -140,7 +140,6 @@ function showMenu(e: Event) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.song-album {
|
.song-album {
|
||||||
word-break: break-all;
|
|
||||||
max-width: max-content;
|
max-width: max-content;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
@@ -150,8 +149,6 @@ function showMenu(e: Event) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.song-artists {
|
.song-artists {
|
||||||
word-break: break-all;
|
|
||||||
|
|
||||||
.artist {
|
.artist {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@@ -167,6 +164,10 @@ function showMenu(e: Event) {
|
|||||||
.song-duration {
|
.song-duration {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
|
.ellip {
|
||||||
|
word-break: keep-all !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.options-icon {
|
.options-icon {
|
||||||
@@ -220,7 +221,6 @@ function showMenu(e: Event) {
|
|||||||
|
|
||||||
.title {
|
.title {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
word-break: break-all;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -137,12 +137,7 @@ const playThis = (track: Track) => {
|
|||||||
height: 3rem;
|
height: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
|
||||||
word-break: break-all;
|
|
||||||
}
|
|
||||||
|
|
||||||
.artist {
|
.artist {
|
||||||
word-break: break-all;
|
|
||||||
font-size: small;
|
font-size: small;
|
||||||
color: rgba(255, 255, 255, 0.637);
|
color: rgba(255, 255, 255, 0.637);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user