mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed visual quirk when opening language selector
This commit is contained in:
parent
64de0fd626
commit
ff9e2841cc
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.9299cb39.min.css.map
Normal file
1
material/assets/stylesheets/main.9299cb39.min.css.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -39,7 +39,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.fdf4365a.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.9299cb39.min.css' | url }}">
|
||||||
{% if config.theme.palette %}
|
{% if config.theme.palette %}
|
||||||
{% set palette = config.theme.palette %}
|
{% set palette = config.theme.palette %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.ef6f36e2.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.ef6f36e2.min.css' | url }}">
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
|
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
|
||||||
Material for MkDocs
|
Material for MkDocs
|
||||||
</a>
|
</a>
|
||||||
{% block extracopyright %}{% endblock %}
|
{{ extracopyright }}
|
||||||
</div>
|
</div>
|
||||||
{% include "partials/social.html" %}
|
{% include "partials/social.html" %}
|
||||||
</div>
|
</div>
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
transition:
|
transition:
|
||||||
transform 250ms cubic-bezier(0.1, 0.7, 0.1, 1),
|
transform 250ms cubic-bezier(0.1, 0.7, 0.1, 1),
|
||||||
opacity 250ms,
|
opacity 250ms,
|
||||||
max-height 250ms;
|
max-height 0ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Selection bubble handle
|
// Selection bubble handle
|
||||||
|
Loading…
Reference in New Issue
Block a user