fix mobile css

This commit is contained in:
2025-06-15 22:42:32 +09:00
parent 594d7e7aef
commit 27935324c7
5 changed files with 29 additions and 6 deletions

View File

@ -168,7 +168,14 @@
}
@media (max-width: 1000px) {
* {
max-width: 100% !important;
box-sizing: border-box !important;
}
.app .app-main {
max-width: 100% !important;
margin: 0 !important;
padding: 0px !important;
}
@ -209,6 +216,7 @@
/* Ensure full width on mobile */
.app {
max-width: 100vw !important;
overflow-x: hidden !important;
}
/* Fix button overflow */
@ -324,6 +332,14 @@
/* padding: 20px; - removed to avoid double padding */
}
@media (max-width: 768px) {
.comment-section {
max-width: 100%;
margin: 0;
padding: 0;
}
}
.auth-section {
background: #f8f9fa;