18 lines
306 B
CSS
18 lines
306 B
CSS
.offcanvas,
|
|
.sidebar-toggle,
|
|
.sidebar-close {
|
|
display: none !important;
|
|
}
|
|
|
|
.noscript-sidebar {
|
|
display: block !important;
|
|
margin-bottom: 12px;
|
|
width: 100% !important;
|
|
flex: 0 0 auto !important;
|
|
}
|
|
|
|
/* Ensure image area still visible without JS */
|
|
.image-wrapper {
|
|
max-width: 100%;
|
|
}
|