feat: activity page mobile

This commit is contained in:
Tim
2025-07-28 16:21:11 +08:00
parent 5193df6289
commit cbc3819697
2 changed files with 32 additions and 1 deletions

View File

@@ -126,4 +126,20 @@ export default {
color: inherit;
}
@media screen and (max-width: 768px) {
.activity-card-left-avatar-img {
width: 80px;
height: 80px;
}
.activity-list-page-card-title {
font-size: 16px;
}
.activity-list-page-card-content {
font-size: 12px;
opacity: 0.7;
}
}
</style>