remove the post_options css, only used once in the teaser and doesn't work anyways

This commit is contained in:
Hendrik L 2024-07-10 16:14:05 +02:00 committed by Hendrik L
parent 13b1c7984d
commit a6d60562f5
3 changed files with 1 additions and 16 deletions

View file

@ -774,10 +774,6 @@ div.navbar {
.post_list .post_teaser .main_row .post_utilities a:first-child, .post_list .post_teaser .main_row .post_utilities > div:first-child, .post_list .post_teaser .main_row .post_utilities > span:first-child {
text-align: left;
}
.post_list .post_teaser .main_row .post_options {
position: absolute;
bottom: -1px;
}
.post_list .post_teaser .utilities_row a {
display: inline-block;
min-width: 44px;
@ -785,9 +781,6 @@ div.navbar {
justify-content: center;
align-content: center;
}
.post_list .post_teaser .utilities_row .preview_image, .post_list .post_teaser .utilities_row .post_options {
text-align: center;
}
.post_list .post_teaser .thumbnail {
float: right;
padding-left: 0;

View file

@ -367,11 +367,6 @@ div.navbar {
}
}
}
.post_options {
position: absolute;
bottom: -1px;
}
}
.utilities_row {
@ -382,9 +377,6 @@ div.navbar {
justify-content: center;
align-content: center;
}
.preview_image, .post_options {
text-align: center;
}
}
.thumbnail {

View file

@ -84,7 +84,7 @@
<a href="{{ post.url }}" rel="nofollow ugc" class="preview_image" target="_blank" aria-label="{{ _('View image') }}" aria-hidden="true"><span class="fe fe-magnify"></span></a>
{% endif -%}
{% endif -%}
<a href="{{ url_for('post.post_options', post_id=post.id) }}" rel="nofollow" class="post_options" aria-label="{{ _('Options') }}"><span class="fe fe-options" title="Options"> </span></a>
<a href="{{ url_for('post.post_options', post_id=post.id) }}" rel="nofollow" aria-label="{{ _('Options') }}"><span class="fe fe-options" title="Options"> </span></a>
</div>
</div>
</div>