Skip to content

Commit 8c8dd64

Browse files
committed
Updated changelog and fixed search modal offset on mobile
1 parent 13f6ce4 commit 8c8dd64

File tree

7 files changed

+15
-5
lines changed

7 files changed

+15
-5
lines changed

Diff for: CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mkdocs-material-7.2.4+insiders-2.13.1 (2021-08-22)
2+
3+
* Fixed #2948: Social cards are not cached
4+
* Fixed #2953: Mermaid.js diagrams can't be centered anymore
5+
16
mkdocs-material-7.2.4 (2021-08-11)
27

38
* Fixed #2926: Version selector not working (7.2.3 regression)

Diff for: docs/insiders/changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ template: overrides/main.html
66

77
## Material for MkDocs Insiders
88

9+
### 2.13.1 <small>_ August 21, 2021</small>
10+
11+
- Fixed #2948: Social cards are not cached
12+
- Fixed #2953: Mermaid.js diagrams can't be centered anymore
13+
914
### 2.13.0 <small>_ August 7, 2021</small>
1015

1116
- Added support for custom colors in social cards

Diff for: material/assets/stylesheets/main.f7f47774.min.css renamed to material/assets/stylesheets/main.96f3a70a.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: material/assets/stylesheets/main.96f3a70a.min.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: material/assets/stylesheets/main.f7f47774.min.css.map

-1
This file was deleted.

Diff for: material/base.html

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

Diff for: src/assets/stylesheets/main/layout/_search.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
// [tablet portrait -]: Search modal
5454
@include break-to-device(tablet portrait) {
5555
position: absolute;
56-
top: px2rem(4px);
56+
top: px2rem(-20px);
5757
left: px2rem(-44px);
5858
width: px2rem(40px);
5959
height: px2rem(40px);

0 commit comments

Comments
 (0)