Remove div #tag_metadata, raise the children.

master
voussoir 2021-10-23 17:19:43 -07:00
parent b3ed94c22b
commit e2a97cef9c
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 12 additions and 14 deletions

View File

@ -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,20 +95,18 @@ 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",
id="name_text",
)}}</h2>
<h2>{{cards.create_tag_card(
specific_tag,
link="search",
id="name_text",
)}}</h2>
<pre
id="description_text"
{% if specific_tag.description == "" %}class="hidden"{% endif -%}
>
{{-specific_tag.description-}}
</pre>
</div>
<pre
id="description_text"
{% if specific_tag.description == "" %}class="hidden"{% endif -%}
>
{{-specific_tag.description-}}
</pre>
<button class="green_button editor_toolbox_placeholder">Edit</button>
<button