1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 15:35:25 +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 %} {% block body %}{% endblock %}
</div> </div>
<aside class="docs__aside-right"></aside> <aside class="docs__aside-right">
<div style="width: 100%; height: 100px; background: grey"/>
</aside>
</div> </div>
</div> </div>
<script src="/dist/main.bundle.js"></script> <script src="/dist/main.bundle.js"></script>

View file

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