Change date time picker widget
This commit is contained in:
parent
08eef6408f
commit
7d83efed7f
6 changed files with 21 additions and 46 deletions
|
@ -1,7 +1,7 @@
|
|||
{% for post in posts%}
|
||||
<section class="{% if post.sticky %}sticky {% endif %}blog-box">
|
||||
<div style="margin-bottom: 0.5em">
|
||||
<span class="item-header time">
|
||||
<span class="post-content-header time">
|
||||
{% with authors=post.authors.all() %}
|
||||
{%- if authors -%}
|
||||
<span class="user-img" style="width: 1.5em; height: 1.5em">
|
||||
|
|
|
@ -7,12 +7,6 @@
|
|||
clear: both;
|
||||
}
|
||||
}
|
||||
.item-header {
|
||||
margin-left: 0;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.2em;
|
||||
}
|
||||
|
||||
.no-clarifications-message {
|
||||
font-style: italic;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue