remove not used class

This commit is contained in:
qilinz 2023-07-15 22:41:51 +02:00 committed by Henri Dickson
parent 79e13b7546
commit 6a571105b3
2 changed files with 2 additions and 13 deletions

View file

@ -188,7 +188,7 @@
</li>
{% endfor %}
</ul>
<footer class="log-command">
<div class="log-command">
<span class="action hidden-command " style="display:none">
<form id="mark_delete"
action="{% url 'journal:mark' mark.item.uuid %}"
@ -199,7 +199,7 @@
<a href="#" onclick="deleteAllLog(event)">清空标记历史</a>
</form>
</span>
</footer>
</div>
{% else %}
<span class="empty">暂无</span>
{% endif %}

View file

@ -58,17 +58,6 @@ ul.log-list {
align-items: center;
}
footer.log-command {
display: flex;
justify-content: flex-end;
.action {
display: flex;
align-items: center;
margin-right: 10px;
}
}
@media (max-width: 768px) {
.mark-line {