fix: force comments iframe to 500px min-height
All checks were successful
Deploy Docs / deploy (push) Successful in 24s

This commit is contained in:
Tolaria 2026-06-03 19:44:45 +08:00
parent 0871b22709
commit d1f405bde1

View file

@ -570,11 +570,13 @@ article h1, article h2, article h3 {
border-bottom: 2px solid var(--gp-secondary);
}
#cusdis_thread {
min-height: 280px;
min-height: 520px;
padding: 0.8rem 0;
}
#cusdis_thread iframe {
border-radius: 12px;
min-height: 500px !important;
height: auto !important;
}
/* Print */