Updated changelog and fixed search modal offset on mobile

This commit is contained in:
squidfunk 2021-08-22 19:08:54 +02:00
parent 13f6ce4a5b
commit 8c8dd642ad
7 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,8 @@
mkdocs-material-7.2.4+insiders-2.13.1 (2021-08-22)
* Fixed #2948: Social cards are not cached
* Fixed #2953: Mermaid.js diagrams can't be centered anymore
mkdocs-material-7.2.4 (2021-08-11)
* Fixed #2926: Version selector not working (7.2.3 regression)

View File

@ -6,6 +6,11 @@ template: overrides/main.html
## Material for MkDocs Insiders
### 2.13.1 <small>_ August 21, 2021</small>
- Fixed #2948: Social cards are not cached
- Fixed #2953: Mermaid.js diagrams can't be centered anymore
### 2.13.0 <small>_ August 7, 2021</small>
- Added support for custom colors in social cards

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.f7f47774.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.96f3a70a.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

@ -53,7 +53,7 @@
// [tablet portrait -]: Search modal
@include break-to-device(tablet portrait) {
position: absolute;
top: px2rem(4px);
top: px2rem(-20px);
left: px2rem(-44px);
width: px2rem(40px);
height: px2rem(40px);