1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 06:25:21 +02:00

Add placeholder element to right column

This commit is contained in:
Tanya Fomina 2022-06-25 22:08:39 +08:00
parent aa49338c28
commit 07c83428b6
2 changed files with 4 additions and 5 deletions

View file

@ -26,7 +26,9 @@
{% block body %}{% endblock %}
</div>
<aside class="docs__aside-right"></aside>
<aside class="docs__aside-right">
<div style="width: 100%; height: 100px; background: grey"/>
</aside>
</div>
</div>
<script src="/dist/main.bundle.js"></script>

View file

@ -41,16 +41,13 @@
}
&__aside-right {
/* tmp styles */
background: gray;
height: 100px;
width: var(--layout-sidebar-width);
min-width: 160px;
display: none;
position: sticky;
top: var(--layout-height-header);
align-self: flex-start;
@media (--desktop) {
display: block;