Skip to content

Commit e7c799f

Browse files
committed
Fixed top margin of navigation when using navigation.tabs (7.3.1 regression)
1 parent 88ed401 commit e7c799f

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

material/assets/stylesheets/main.1c75ef36.min.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

material/assets/stylesheets/main.1c75ef36.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

material/assets/stylesheets/main.24c991ad.min.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/stylesheets/main.24c991ad.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{% endif %}
4040
{% endblock %}
4141
{% block styles %}
42-
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.1c75ef36.min.css' | url }}">
42+
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.24c991ad.min.css' | url }}">
4343
{% if config.theme.palette %}
4444
{% set palette = config.theme.palette %}
4545
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.3f5d1f46.min.css' | url }}">

src/assets/stylesheets/main/layout/_nav.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@
623623

624624
// Show navigation link as title
625625
> .md-nav__link {
626+
margin-top: 0;
626627
padding: 0 px2rem(12px);
627628
font-weight: 700;
628629
pointer-events: none;

0 commit comments

Comments
 (0)