ajustement du bouton ajout de playlist

This commit is contained in:
2024-06-18 19:01:19 +02:00
parent b1e32878e9
commit 3da49e67be
3 changed files with 22 additions and 3 deletions

View File

@@ -16,6 +16,10 @@ section.list img {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: grid;
grid-template-columns: 200px 5px auto;
grid-template-rows: auto;
justify-content: space-between;
}
strong {
@@ -30,6 +34,11 @@ ul.option li {
/* modification par Yann */
#titre {
font-size: 23px;
text-shadow: 2px 2px 3px black;
}
nav {
position: fixed;
@@ -200,3 +209,13 @@ div.new {
form.search-form {
margin-left: -200px;
}
/* bouton ajouter sur les albums et musique */
.ajout {
padding: 0;
grid-column: 3/4;
}