[CSS] Fix: article header was being selected has the page header.
This commit is contained in:
parent
17a13b3f20
commit
70d1521a2b
@ -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);
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user