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,20 +95,18 @@ 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",
|
id="name_text",
|
||||||
id="name_text",
|
)}}</h2>
|
||||||
)}}</h2>
|
|
||||||
|
|
||||||
<pre
|
<pre
|
||||||
id="description_text"
|
id="description_text"
|
||||||
{% if specific_tag.description == "" %}class="hidden"{% endif -%}
|
{% if specific_tag.description == "" %}class="hidden"{% endif -%}
|
||||||
>
|
>
|
||||||
{{-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