feat: message page mobile

This commit is contained in:
Tim
2025-07-18 16:39:25 +08:00
parent 8719fcc155
commit f3267023bf
3 changed files with 22 additions and 2 deletions

View File

@@ -659,4 +659,10 @@ export default {
color: var(--primary-color);
border-bottom: 2px solid var(--primary-color);
}
@media (max-width: 768px) {
.has_read_button {
display: none;
}
}
</style>