mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
pull the post_teaser options dots to the right
This commit is contained in:
parent
4febd876a4
commit
7d5bcaf73a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<a rel="nofollow" aria-label="{{ _('Cross-post') }}" href="{{ url_for('post.post_cross_post', post_id=post.id) }}"><span class="fe fe-cross-post"></span></a>
|
||||
</div>
|
||||
{% endif -%}
|
||||
<div class="post_options_link">
|
||||
<div class="post_options_link pull-right">
|
||||
<div class="dropdown">
|
||||
<a href="{{ url_for('post.post_options', post_id=post.id) if low_bandwidth else '#' }}"
|
||||
data-bs-toggle="dropdown"
|
||||
|
|
Loading…
Reference in a new issue