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

unstick menu

This commit is contained in:
Peter Savchenko 2019-03-31 16:27:20 +03:00
parent 18eee3be3f
commit 6695e1feb4
No known key found for this signature in database
GPG key ID: 63E739583C761566
3 changed files with 6 additions and 9 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,11 +1,6 @@
.docs-aside { .docs-aside {
position: sticky;
top: var(--layout-padding-vertical);
font-size: 14px; font-size: 14px;
letter-spacing: 0.01em; letter-spacing: 0.01em;
overflow-y: scroll;
max-height: 100vh;
//padding-right: 50px;
@media (--mobile) { @media (--mobile) {
position: static; position: static;

View file

@ -2,9 +2,11 @@
<div class="block-warning__icon"> <div class="block-warning__icon">
☝️ ☝️
</div> </div>
<div class="block-warning__title"> {% if title is not empty %}
{{ title }} <div class="block-warning__title">
</div> {{ title }}
</div>
{% endif %}
<div class="block-warning__message"> <div class="block-warning__message">
{{ message }} {{ message }}
</div> </div>