fedi-tumblr/templates/reply.txt

19 lines
1.2 KiB
Plaintext

<div class='reply :mode:' id=':id:' style='display:inline-block; position:relative;'>
<div style='display:flex;' mode="reply">
<div style='flex:1; text-align:center; padding-bottom:8px; padding-top:8px;'>
<img src=':avatar:' style='vertical-align:middle; border-radius:30px; width:80%'>
</div>
<div style='padding:5px 8px 8px 0px;' class='replyflex'>
<span id=':uid:' class='user desktop'><b><a class='link ldr' href='?user=:uid:'>:name:</a></b></span> <span id=':uid:' class='user mobile'><b><a class='link ldr' href='?user=:uid:' style='font-size:10px;'>:handle:</a></b></span> <span >:date:</span><br>
<br> <span class='content' style='width:100%;'>:replyto: :text:</span><br>
:media:
<br>
<span id=':id:' class="post_buttons mobile" style='position:absolute; right:10px; bottom:5px;'>:buttons:</span>
<span class=':visibility: fontello' style='position:absolute; right:10px; top:5px;'></span>
<span class='postMenu fontello mobile' style='position:absolute; right:15px; top:5px;'>&#xf0c9;
<div style='display:none; z-index:99; width:130px; position: absolute; top: 10px; right: -1px;' class='menu'>:menu:</div>
</span>
</div>
</div>
<script type='application/json' id='data-:id:'>:json:</script>
</div>