2026-03-23 00:17:56 -04:00
|
|
|
.offcanvas,
|
|
|
|
|
.sidebar-toggle,
|
|
|
|
|
.sidebar-close {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.noscript-sidebar {
|
|
|
|
|
display: block !important;
|
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
flex: 0 0 auto !important;
|
|
|
|
|
}
|
2026-03-23 20:25:40 -04:00
|
|
|
|
|
|
|
|
/* Ensure image area still visible without JS */
|
|
|
|
|
.image-wrapper {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|