fix css
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
<!-- OAuth Comment System - Load globally for session management -->
|
<!-- OAuth Comment System - Load globally for session management -->
|
||||||
<script type="module" crossorigin src="/assets/comment-atproto-DnAMiyGQ.js"></script>
|
<script type="module" crossorigin src="/assets/comment-atproto-DWfcvi4t.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-DLari4ye.css">
|
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-CyaPCSAq.css">
|
@@ -199,6 +199,22 @@
|
|||||||
.comment-header {
|
.comment-header {
|
||||||
padding: 10px !important;
|
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 {
|
.gacha-section {
|
||||||
|
Reference in New Issue
Block a user