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-auto-rows: max-content;
|
||||
}
|
||||
#tag_metadata h2 .editor_input
|
||||
#hierarchy_self h2 .editor_input
|
||||
{
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
|
@ -95,7 +95,6 @@ h2, h3
|
|||
<div id="left">
|
||||
{% if specific_tag %}
|
||||
<div id="hierarchy_self" class="panel">
|
||||
<div id="tag_metadata">
|
||||
<h2>{{cards.create_tag_card(
|
||||
specific_tag,
|
||||
link="search",
|
||||
|
@ -108,7 +107,6 @@ h2, h3
|
|||
>
|
||||
{{-specific_tag.description-}}
|
||||
</pre>
|
||||
</div>
|
||||
<button class="green_button editor_toolbox_placeholder">Edit</button>
|
||||
|
||||
<button
|
||||
|
|
Loading…
Reference in a new issue