تغییرات

This commit is contained in:
Mehdi104797 2025-04-17 13:49:03 +03:30
parent e537798081
commit b95d9c5d51

View File

@ -45,7 +45,7 @@ const goToLibraryShow = (item) => {
class="library-list grid grid-cols-2 gap-x-15 gap-y-12 md:grid-cols-5 md:gap-x-28 md:gap-y-12 mx-6"
>
<UCard
class="mx-auto"
class="mx-auto"
v-if="props.list.length"
v-for="(item, index) in props.list"
:key="index"
@ -172,10 +172,8 @@ const goToLibraryShow = (item) => {
text-align: center;
}
@media screen and (max-width: 719.99px) {
.library-list-contianer {
}
.library-list {
height: calc(100dvh - 8em);
height: calc(100dvh - 13em);
}
.page-header {
@ -185,5 +183,4 @@ const goToLibraryShow = (item) => {
}
}
}
</style>