mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-24 03:27:42 +08:00
feat: login and register view
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user