summaryrefslogtreecommitdiff
path: root/template/single_message_share_buttons.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-30 17:58:22 +0000
committeryo momma <shutup@oops.wtf>2026-01-30 17:58:22 +0000
commit11f8e6abdddfd60a4514dd30cb4d198780dd84c5 (patch)
tree882637de03f45e4845032acf158f406c580beb25 /template/single_message_share_buttons.st
parent5bcf2586305bb9f246497558f46f2fa15f686364 (diff)
Refactor: cache-bust CSS + remove inline helpers
Diffstat (limited to 'template/single_message_share_buttons.st')
-rwxr-xr-xtemplate/single_message_share_buttons.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/single_message_share_buttons.st b/template/single_message_share_buttons.st
index c00a16b..2781199 100755
--- a/template/single_message_share_buttons.st
+++ b/template/single_message_share_buttons.st
@@ -8,7 +8,7 @@ $if(user_nick)$
$if(dump.favorited)$
<img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.dump_score', '30px', '20px')">
$else$
- <div style="position: relative">
+ <div class="is-relative">
<img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.animated_fav(this, '.dump_score', '30px', '20px')">
</div>
$endif$