Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Dec 14, 2024
1 parent d9e6c4c commit 8a46482
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/frontend/src/pages/user/files.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,11 @@ const pagination = {
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
grid-gap: 6px;
}

@media screen and (min-width: 600px) {
.stream {
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

}
</style>

0 comments on commit 8a46482

Please sign in to comment.