This commit is contained in:
2025-06-15 09:11:53 +09:00
parent 41fef444a0
commit 9407449e86
3 changed files with 31 additions and 3 deletions

View File

@@ -199,6 +199,18 @@
.comment-header {
padding: 10px !important;
}
/* Fix for article pages with padding */
article.article-content .comment-section,
article.article-content .app {
margin-left: -10px !important;
margin-right: -10px !important;
}
article.article-content .comments-list,
article.article-content .auth-section {
max-width: 100vw !important;
}
}
.gacha-section {