1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-02-11 16:13:00 +01:00

Fixed blog post content sometimes not stretching

This commit is contained in:
squidfunk 2025-02-09 08:00:26 +07:00
parent 10dd004863
commit 8a576105fd
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
6 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -44,7 +44,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.d7758b05.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6fdb9009.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">

View File

@ -147,6 +147,7 @@
// Content wrapper
> .md-content__inner {
flex-grow: 1;
min-width: 0;
// [screen +]: Adjust spacing between content area and sidebars