1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-28 01:10:58 +01:00

Fixed top margin of navigation when using navigation.tabs (7.3.1 regression)

This commit is contained in:
squidfunk 2021-10-03 11:33:32 +02:00
parent 88ed40101c
commit e7c799f95d
6 changed files with 5 additions and 4 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

@ -39,7 +39,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.1c75ef36.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.24c991ad.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.3f5d1f46.min.css' | url }}">

View File

@ -623,6 +623,7 @@
// Show navigation link as title
> .md-nav__link {
margin-top: 0;
padding: 0 px2rem(12px);
font-weight: 700;
pointer-events: none;