mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Adjusted height of content tabs to match single line code blocks
This commit is contained in:
parent
b65586359b
commit
de98c57753
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.5143246d.min.css.map
Normal file
1
material/assets/stylesheets/main.5143246d.min.css.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -39,7 +39,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6f3be620.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.5143246d.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.3f5d1f46.min.css' | url }}">
|
||||
|
@ -178,7 +178,7 @@
|
||||
z-index: 1;
|
||||
flex-shrink: 0;
|
||||
width: auto;
|
||||
padding: px2em(12px, 12.8px) 1.25em px2em(10px, 12.8px);
|
||||
padding: px2em(10px, 12.8px) 1.25em px2em(8px, 12.8px);
|
||||
color: var(--md-default-fg-color--light);
|
||||
font-weight: 700;
|
||||
font-size: px2rem(12.8px);
|
||||
|
Loading…
Reference in New Issue
Block a user