Merge branch 'main' of grond.iut-fbleau.fr:keraudre/SAE_DEV2.2_2024

This commit is contained in:
2024-06-15 19:28:07 +02:00
4 changed files with 64 additions and 8 deletions

View File

@@ -84,14 +84,6 @@ nav > ul li:hover .sous{
color: #1399fc;
}
section.connexion {
display: flex;
justify-content: space-between;
@@ -104,3 +96,31 @@ div.authentification {
div.new {
width: 45%;
}
/* Styles pour les détails des pistes */
.track-list {
width: 100%;
margin: 0 auto;
}
.track-id {
display: flex;
justify-content: space-between;
padding: 10px;
border-bottom: 1px solid #ccc;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.track-name {
flex-grow: 1;
overflow: visible;
text-overflow: clip;
}
.track-time {
flex-shrink: 0;
margin-left: 20px;
}