1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 22:45:23 +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 {
position: sticky;
top: var(--layout-padding-vertical);
font-size: 14px;
letter-spacing: 0.01em;
overflow-y: scroll;
max-height: 100vh;
//padding-right: 50px;
@media (--mobile) {
position: static;

View file

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