This commit is contained in:
2025-06-15 09:33:02 +09:00
parent 41fef444a0
commit 2b0606a1d7
2 changed files with 18 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
<!-- OAuth Comment System - Load globally for session management -->
<script type="module" crossorigin src="/assets/comment-atproto-DnAMiyGQ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-DLari4ye.css">
<script type="module" crossorigin src="/assets/comment-atproto-DWfcvi4t.js"></script>
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-CyaPCSAq.css">

View File

@@ -199,6 +199,22 @@
.comment-header {
padding: 10px !important;
}
/* Fix overflow on article pages */
article.article-content {
overflow-x: hidden !important;
}
/* Ensure full width on mobile */
.app {
max-width: 100vw !important;
}
/* Fix button overflow */
button {
max-width: 100%;
white-space: normal;
}
}
.gacha-section {