feat: message page mobile

This commit is contained in:
Tim
2025-07-18 17:32:27 +08:00
parent c07346007f
commit 8e0a672b8d
2 changed files with 7 additions and 1 deletions

View File

@@ -183,6 +183,8 @@ body {
.info-content-text p {
font-size: 14px;
margin-top: 3px;
margin-bottom: 3px;
}
.info-content-text li {

View File

@@ -830,6 +830,10 @@ export default {
font-size: 12px;
}
.info-content-text {
line-height: 1.3;
}
.reactions-viewer-item {
font-size: 14px;
}
@@ -852,7 +856,7 @@ export default {
}
.article-footer-container {
margin-top: 10px;
margin-top: 0;
}
.loading-container {