feat: login and register view

This commit is contained in:
Tim
2025-07-17 18:50:06 +08:00
parent a7d3372a7e
commit 9e20993b93
6 changed files with 57 additions and 1 deletions

View File

@@ -811,4 +811,15 @@ export default {
.comment-editor-wrapper {
position: relative;
}
@media (max-width: 768px) {
.post-page-main-container {
width: calc(100% - 20px);
padding: 10px;
}
.post-page-scroller-container {
display: none;
}
}
</style>