mirror of
https://github.com/wassname/persona-steering-template-library.git
synced 2026-06-27 15:16:06 +08:00
33 lines
513 B
CSS
33 lines
513 B
CSS
.page-columns {
|
|
display: block;
|
|
}
|
|
|
|
.page-columns .content {
|
|
max-width: calc(100vw - 48px);
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
main.content {
|
|
width: calc(100vw - 48px);
|
|
}
|
|
|
|
.cell-output-display,
|
|
.js-plotly-plot,
|
|
.plotly-graph-div,
|
|
.refusal-table-wrap {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.cell-output-display > div[style*="width:960px"] {
|
|
width: 100% !important;
|
|
}
|
|
|
|
@media (max-width: 720px) {
|
|
.page-columns .content,
|
|
main.content {
|
|
width: calc(100vw - 24px);
|
|
max-width: calc(100vw - 24px);
|
|
}
|
|
}
|