Skip to content

Commit

Permalink
Fixed aspect ratio of logo in header and drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 23, 2022
1 parent 08e8978 commit e9211d9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
15 changes: 15 additions & 0 deletions material/assets/stylesheets/main.6e60f8b8.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions material/assets/stylesheets/main.cd566b2a.min.css

This file was deleted.

2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.cd566b2a.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6e60f8b8.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.e6a45f82.min.css' | url }}">
Expand Down
2 changes: 1 addition & 1 deletion src/assets/stylesheets/main/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
// Image or icon
:is(img, svg) {
display: block;
width: px2rem(24px);
width: auto;
height: px2rem(24px);
fill: currentColor;
}
Expand Down
2 changes: 1 addition & 1 deletion src/assets/stylesheets/main/layout/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
// Image or icon
:is(img, svg) {
display: block;
width: px2rem(48px);
width: auto;
height: px2rem(48px);
fill: currentColor;
}
Expand Down

0 comments on commit e9211d9

Please sign in to comment.