Fixed too many styles being reset in tab content

This commit is contained in:
squidfunk 2021-08-08 18:03:48 +02:00
parent f1d80af51b
commit a230122347
5 changed files with 7 additions and 5 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

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

View File

@ -221,8 +221,10 @@
// Tab content container
.tabbed-content {
all: initial;
display: initial;
order: initial;
width: 100%;
box-shadow: initial;
// [print]: Move one layer up for ordering
@media print {