Fixed cutoff long logos in sidebar

This commit is contained in:
squidfunk 2022-02-03 10:22:59 +01:00
parent 5faf8cc186
commit 5462bf5b0c
5 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -34,7 +34,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.2b4465f4.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.d6be258b.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.e6a45f82.min.css' | url }}">

View File

@ -63,7 +63,9 @@
:is(img, svg) {
display: block;
width: auto;
max-width: 100%;
height: px2rem(48px);
object-fit: contain;
fill: currentcolor;
}
}
@ -247,7 +249,7 @@
.md-logo {
position: absolute;
top: px2rem(4px);
inset-inline-start: px2rem(4px);
inset-inline: px2rem(4px);
display: block;
margin: px2rem(4px);
padding: px2rem(8px);