validateur validé
This commit is contained in:
@@ -16,6 +16,7 @@ section.list img {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
color: #2a2a2a;
|
||||
}
|
||||
|
||||
.recherche {
|
||||
@@ -29,6 +30,12 @@ section.list img {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.appli{
|
||||
width : 100px;
|
||||
height : 75px;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.apliiiiiii{
|
||||
width : 75px;
|
||||
height : 24px;
|
||||
@@ -39,25 +46,51 @@ section.list img {
|
||||
display: none;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.filter-buttons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.filter-buttons.show {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.filter-checkboxes {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.filter-checkboxes.show {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sort-buttons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.show-buttons .sort-buttons {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.filter-buttons-playlist {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.filter-buttons-playlist.show {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.filter-checkboxes-playlist {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.filter-checkboxes-playlist.show {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.show-buttons .sort-buttons {
|
||||
display: block;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #13171f;
|
||||
color: #ffffff;
|
||||
@@ -104,7 +137,7 @@ body {
|
||||
.album-songs {
|
||||
flex-grow: 2;
|
||||
padding: 20px;
|
||||
background-color: #13171;
|
||||
background-color: #13171b;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user