mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed missing top right rounded border on admonition
This commit is contained in:
parent
eab1b319f5
commit
0bd8c9410a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -34,7 +34,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% 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 %}
|
{% if config.theme.palette %}
|
||||||
{% set palette = config.theme.palette %}
|
{% set palette = config.theme.palette %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.cc9b2e1e.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.cc9b2e1e.min.css' | url }}">
|
||||||
|
@ -125,6 +125,7 @@ $admonitions: (
|
|||||||
border: none;
|
border: none;
|
||||||
border-inline-start-width: px2rem(4px);
|
border-inline-start-width: px2rem(4px);
|
||||||
border-start-start-radius: px2rem(2px);
|
border-start-start-radius: px2rem(2px);
|
||||||
|
border-start-end-radius: px2rem(2px);
|
||||||
|
|
||||||
// Adjust spacing for title-only admonitions
|
// Adjust spacing for title-only admonitions
|
||||||
html &:last-child {
|
html &:last-child {
|
||||||
|
Loading…
Reference in New Issue
Block a user