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:
parent
aa49338c28
commit
07c83428b6
2 changed files with 4 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue