diff --git a/static/anonkun.css b/static/anonkun.css index 239944a..bae8f3c 100644 --- a/static/anonkun.css +++ b/static/anonkun.css @@ -4,7 +4,6 @@ img { } .header { - display: initial; position: fixed; top: 0; left: 0; @@ -20,7 +19,6 @@ img { } #headerHidden { - display: none; width: auto; } @@ -29,25 +27,21 @@ img { overflow: auto; } -#questBody { +#questPane { padding-left: 10px; padding-right: 32%; } -#questPosts { - border-spacing: 15px; +.questPost { + display: flex; } -.questPostTime { - vertical-align: top; +.questPostMeta { white-space: nowrap; } .questPostData { - vertical-align: top; -} - -#newQPostArea { + padding-left: 20px; } #chatPane { diff --git a/templates/quest.html b/templates/quest.html index 772dbe0..22924bc 100644 --- a/templates/quest.html +++ b/templates/quest.html @@ -84,27 +84,24 @@ {% endblock %} {% block content %}
- | {{ quest_title }} |
+
- {{ quest_post[3] | strftime }}
- {% if session.get("user_id") == owner_id %}
- Edit - - {% endif %} - |
- - {% autoescape false %} - {{ quest_post[2] }} - {% endautoescape %} - | -