fix: force comments iframe to 500px min-height
All checks were successful
Deploy Docs / deploy (push) Successful in 24s
All checks were successful
Deploy Docs / deploy (push) Successful in 24s
This commit is contained in:
parent
0871b22709
commit
d1f405bde1
1 changed files with 3 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue