mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-25 08:09:41 +02:00
[Fix] Several ui fixes (#205)
* Fix sidebar * Use squircle mask for header links * Firefox mask-box-image fix
This commit is contained in:
parent
669b78b967
commit
8c0211d7bc
6 changed files with 12 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
{{ svg('menu') }} Table of contents
|
||||
</div>
|
||||
|
||||
<aside class="docs-sidebar__content docs-sidebar__content--hidden">
|
||||
<aside class="docs-sidebar__content docs-sidebar__content--invisible">
|
||||
{% for firstLevelPage in menu %}
|
||||
<section class="docs-sidebar__section" data-id="{{firstLevelPage._id}}">
|
||||
<a class="docs-sidebar__section-title-wrapper"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue