Skip to content

Instantly share code, notes, and snippets.

@sparhami
Last active August 14, 2019 21:43
Show Gist options
  • Save sparhami/e39382d9fc993a17b8b2c6052bb8b6a9 to your computer and use it in GitHub Desktop.
Save sparhami/e39382d9fc993a17b8b2c6052bb8b6a9 to your computer and use it in GitHub Desktop.
<body>
<amp-sidebar layout="container">
<!--
There is no way to currently do a fixed width layout, so either we need to create
one or have them use container and size via CSS.
-->
<amp-sidebar-desktop-sizer layout="fixed-width" width="300" media="(min-width: 800px)"></amp-sidebar-desktop-sizer>
<amp-sidebar-content layout="nodisplay">
<ul>...</ul>
</amp-sidebar-content>
</amp-sidebar>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment