[CSS] Fix: article header was being selected has the page header.

This commit is contained in:
Eliseu Amaro 2021-10-04 15:30:01 +01:00
parent 17a13b3f20
commit 70d1521a2b
3 changed files with 3 additions and 3 deletions

View File

@ -148,7 +148,7 @@ hr {all: unset;display: block;height: 1px;background: var(--bg2);}
} }
/* HEADER AND INSTANCE NAME */ /* HEADER AND INSTANCE NAME */
header { #header {
z-index: 1; z-index: 1;
font-family: var(--display-font); font-family: var(--display-font);
font-size: var(--main-size); font-size: var(--main-size);

View File

@ -34,7 +34,7 @@
.h-entry .embed { .h-entry .embed {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: var(--smaller-size); padding: var(--unit-size);
border: unset; border: unset;
width: max-content; width: max-content;
} }

View File

@ -69,7 +69,7 @@
{% block header %} {% block header %}
{% set extra_header_forms = handle_event('AddExtraHeaderForms', request) %} {% set extra_header_forms = handle_event('AddExtraHeaderForms', request) %}
<header> <header id="header">
{{ block("leftpanel", "stdgrid.html.twig") }} {{ block("leftpanel", "stdgrid.html.twig") }}
<a id="anchor-main-page" class="anchor-hidden" title="{{ 'Press tab to access instance\'s main page.' | trans }}"></a> <a id="anchor-main-page" class="anchor-hidden" title="{{ 'Press tab to access instance\'s main page.' | trans }}"></a>