Skip to content

Commit e9211d9

Browse files
committed
Fixed aspect ratio of logo in header and drawer
1 parent 08e8978 commit e9211d9

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

material/assets/stylesheets/main.6e60f8b8.min.css

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

material/assets/stylesheets/main.cd566b2a.min.css.map renamed to material/assets/stylesheets/main.6e60f8b8.min.css.map

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

material/assets/stylesheets/main.cd566b2a.min.css

-15
This file was deleted.

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{% endif %}
3535
{% endblock %}
3636
{% block styles %}
37-
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.cd566b2a.min.css' | url }}">
37+
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6e60f8b8.min.css' | url }}">
3838
{% if config.theme.palette %}
3939
{% set palette = config.theme.palette %}
4040
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.e6a45f82.min.css' | url }}">

src/assets/stylesheets/main/layout/_header.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
// Image or icon
111111
:is(img, svg) {
112112
display: block;
113-
width: px2rem(24px);
113+
width: auto;
114114
height: px2rem(24px);
115115
fill: currentColor;
116116
}

src/assets/stylesheets/main/layout/_nav.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
// Image or icon
6363
:is(img, svg) {
6464
display: block;
65-
width: px2rem(48px);
65+
width: auto;
6666
height: px2rem(48px);
6767
fill: currentColor;
6868
}

0 commit comments

Comments
 (0)