@@ -113,7 +113,7 @@
padding: 10px 0;
}
- &:last-child {
+ &:last-child, &.last {
border-bottom: 0;
@@ -265,7 +265,7 @@
{% endif %}
- <div class="sidebar-section">
+ <div class="sidebar-section last">
<div class="dialog-confirm" id="bookmarks-add-dialog" title="{% trans "Add bookmark" %}">
<form action="{% url "jet:add_bookmark" %}" method="POST" id="bookmarks-add-form">
{% csrf_token %}