improve grid style

This commit is contained in:
SrGooglo 2023-10-10 13:43:20 +00:00
parent 4786cb39f7
commit 95bfe8623e

View File

@ -95,6 +95,18 @@ html {
grid-template-columns: repeat(3, minmax(0, 1fr));
min-width: 372px !important;
@media (min-width: 2000px) {
grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 2300px) {
grid-template-columns: repeat(5, 1fr);
}
.playlistItem {
justify-self: center;
}
}
}
}
@ -215,6 +227,7 @@ html {
min-height: @playlistItem_cover_size;
min-width: @playlistItem_cover_size;
}
.playlistItem_bottom {
display: none;
}