Commit de louay : modifs

This commit is contained in:
stiti
2024-06-10 20:30:26 +02:00
parent 46674a1b05
commit a3bcef8683
8 changed files with 27 additions and 15 deletions

View File

@@ -86,4 +86,14 @@ img {
.titre{
margin-right: 10px;
}
.recommended-song .titre,
.recommended-song .artist,
.recommended-song .album {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: calc(100% - 90px); /* Subtract the image width and some padding */
}