1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Fixed missing top right rounded border on admonition

This commit is contained in:
squidfunk 2022-05-08 09:31:07 +02:00
parent eab1b319f5
commit 0bd8c9410a
4 changed files with 4 additions and 3 deletions

View File

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

View File

@ -125,6 +125,7 @@ $admonitions: (
border: none;
border-inline-start-width: px2rem(4px);
border-start-start-radius: px2rem(2px);
border-start-end-radius: px2rem(2px);
// Adjust spacing for title-only admonitions
html &:last-child {