mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed footer breaking out of container when titles are too long
This commit is contained in:
parent
c96ff2278e
commit
5340f63f69
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.cf6950a3.min.css
vendored
Normal file
1
material/assets/stylesheets/main.cf6950a3.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.cf6950a3.min.css.map
Normal file
1
material/assets/stylesheets/main.cf6950a3.min.css.map
Normal file
File diff suppressed because one or more lines are too long
@ -34,7 +34,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.b9368f9d.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.cf6950a3.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.e6a45f82.min.css' | url }}">
|
||||
|
@ -52,6 +52,7 @@
|
||||
flex-grow: 0.01;
|
||||
padding-top: px2rem(28px);
|
||||
padding-bottom: px2rem(8px);
|
||||
overflow: hidden;
|
||||
outline-color: var(--md-accent-fg-color);
|
||||
transition: opacity 250ms;
|
||||
|
||||
|
@ -121,7 +121,7 @@
|
||||
}
|
||||
|
||||
// Navigation link on focus/hover
|
||||
&:where(:focus, :hover) {
|
||||
&:is(:focus, :hover) {
|
||||
color: var(--md-accent-fg-color);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user