Skip to content

Commit

Permalink
Fixed blog post metadata layout on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Oct 14, 2023
1 parent c516ddf commit 2800e7e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion material/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6a10b989.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.35e1ed30.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.356b1318.min.css' | url }}">
Expand Down
6 changes: 6 additions & 0 deletions src/templates/assets/stylesheets/main/components/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@
width: 100%;
padding: 0;

.md-sidebar__scrollwrap {
overflow: visible;
}

.md-sidebar__inner {
padding: 0;
}
Expand All @@ -191,6 +195,8 @@

.md-nav {
position: initial;
height: auto;
margin-bottom: 0;
}
}
}

0 comments on commit 2800e7e

Please sign in to comment.