mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-02 16:21:32 -08:00
remove the post_options css, only used once in the teaser and doesn't work anyways
This commit is contained in:
parent
13b1c7984d
commit
a6d60562f5
3 changed files with 1 additions and 16 deletions
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue