mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01: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 %}
|
||||
{% endblock %}
|
||||
{% 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 %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<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">
|
||||
Material for MkDocs
|
||||
</a>
|
||||
{% block extracopyright %}{% endblock %}
|
||||
{{ extracopyright }}
|
||||
</div>
|
||||
{% include "partials/social.html" %}
|
||||
</div>
|
||||
|
@ -58,7 +58,7 @@
|
||||
transition:
|
||||
transform 250ms cubic-bezier(0.1, 0.7, 0.1, 1),
|
||||
opacity 250ms,
|
||||
max-height 250ms;
|
||||
max-height 0ms;
|
||||
}
|
||||
|
||||
// Selection bubble handle
|
||||
|
Loading…
Reference in New Issue
Block a user