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:
parent
18eee3be3f
commit
6695e1feb4
3 changed files with 6 additions and 9 deletions
2
public/dist/main.css
vendored
2
public/dist/main.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue