Skip to content

Instantly share code, notes, and snippets.

@steelydylan
Created October 3, 2016 03:06
Show Gist options
  • Save steelydylan/86c75627be557a1a885f468de13e4b19 to your computer and use it in GitHub Desktop.
Save steelydylan/86c75627be557a1a885f468de13e4b19 to your computer and use it in GitHub Desktop.
a-blog cms (幅を200pxで固定する)
/* ------------------------------
  offcanvas上書き(幅を200pxで固定する)
------------------------------ */
.js-acms-offcanvas-body-left {
left: 200px;
}
.js-acms-offcanvas-active .js-acms-offcanvas-sidebar {
width: 200px;
}
.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-left {
margin-left: -200px;
}
.js-acms-offcanvas-body-left .js-acms-header-fixed {
margin-left: 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment