Remove div #tag_metadata, raise the children.
This commit is contained in:
parent
b3ed94c22b
commit
e2a97cef9c
1 changed files with 12 additions and 14 deletions
|
@ -31,7 +31,7 @@ h2, h3
|
||||||
grid-row-gap: 8px;
|
grid-row-gap: 8px;
|
||||||
grid-auto-rows: max-content;
|
grid-auto-rows: max-content;
|
||||||
}
|
}
|
||||||
#tag_metadata h2 .editor_input
|
#hierarchy_self h2 .editor_input
|
||||||
{
|
{
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
font-weight: inherit;
|
font-weight: inherit;
|
||||||
|
@ -95,7 +95,6 @@ h2, h3
|
||||||
<div id="left">
|
<div id="left">
|
||||||
{% if specific_tag %}
|
{% if specific_tag %}
|
||||||
<div id="hierarchy_self" class="panel">
|
<div id="hierarchy_self" class="panel">
|
||||||
<div id="tag_metadata">
|
|
||||||
<h2>{{cards.create_tag_card(
|
<h2>{{cards.create_tag_card(
|
||||||
specific_tag,
|
specific_tag,
|
||||||
link="search",
|
link="search",
|
||||||
|
@ -108,7 +107,6 @@ h2, h3
|
||||||
>
|
>
|
||||||
{{-specific_tag.description-}}
|
{{-specific_tag.description-}}
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
|
||||||
<button class="green_button editor_toolbox_placeholder">Edit</button>
|
<button class="green_button editor_toolbox_placeholder">Edit</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in a new issue