Documentation

This commit is contained in:
squidfunk 2022-12-18 10:17:31 +01:00
parent 9fb36102df
commit 76e155cb9c
6 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -246,7 +246,7 @@
{% endfor %}
{% endblock %}
{% if page.meta and page.meta.ᴴₒᴴₒᴴₒ %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/extra.a2da3c40.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/extra.c7039805.min.css' | url }}">
<script src="{{ 'assets/javascripts/extra/bundle.cfb3feee.min.js' | url }}" defer></script>
{% endif %}
</body>

View File

@ -60,10 +60,10 @@
white-space: nowrap;
list-style: none;
contain: content;
// Hack: don't show scrollbar when tabs overflow, which they should onyl do
// in rate occasions, as adding too many top level sections is discouraged,
// since hiding content on horitontal axis doesn't lead to a good user
// experience. It's just harder to discover.
// Hack: don't show scrollbar when navigation tabs overflow, which should
// only happen in rare occasions, as adding too many top level sections is
// discouraged, since hiding content on horitontal axis doesn't lead to a
// good user experience. It's just harder to discover.
scrollbar-width: none;
// Hack: see above