amélioration du CSS sur les boutons d'ajouts
This commit is contained in:
@@ -17,7 +17,7 @@ section.list img {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
display: grid;
|
||||
grid-template-columns: 200px 5px auto;
|
||||
grid-template-columns: 200px auto;
|
||||
grid-template-rows: auto auto;
|
||||
justify-content: space-between;
|
||||
}
|
||||
@@ -240,8 +240,27 @@ section.playlists {
|
||||
|
||||
/* bouton ajouter sur les albums et musique */
|
||||
|
||||
.ajout {
|
||||
.ajout-albums {
|
||||
padding: 0;
|
||||
grid-column: 3/4;
|
||||
margin-top: 5px;
|
||||
grid-column: 2/3;
|
||||
grid-row: 2/3;
|
||||
}
|
||||
|
||||
.ajout-artistes {
|
||||
padding: 0;
|
||||
margin-bottom: 20px;
|
||||
grid-column: 2/3;
|
||||
grid-row: 2/3;
|
||||
}
|
||||
|
||||
.ajout-album-list {
|
||||
padding: 0;
|
||||
margin-top: 10px;
|
||||
grid-column: 2/3;
|
||||
grid-row: 2/3;
|
||||
}
|
||||
|
||||
.musics-album {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user