summaryrefslogtreecommitdiff
path: root/src/web/_views/comments.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-02-27 09:24:04 -0500
committerFreya Murphy <freya@freyacat.org>2026-02-27 09:24:04 -0500
commit46a851696bf722bee48a5358da08cba0f2390fc5 (patch)
treee35f6031fff80e0c038dfe4cf212f3b605ce1a65 /src/web/_views/comments.php
parentupdate css to not using box-sizing (diff)
downloadwebsite-46a851696bf722bee48a5358da08cba0f2390fc5.tar.gz
website-46a851696bf722bee48a5358da08cba0f2390fc5.tar.bz2
website-46a851696bf722bee48a5358da08cba0f2390fc5.zip
fixup css
Diffstat (limited to 'src/web/_views/comments.php')
-rw-r--r--src/web/_views/comments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/comments.php b/src/web/_views/comments.php
index 9762def..2ed712f 100644
--- a/src/web/_views/comments.php
+++ b/src/web/_views/comments.php
@@ -12,7 +12,7 @@
echo '</div>';
}
if (!$comments || !count($comments)) {
- echo '<span>'. lang('no_comments') .'</span>';
+ echo '<span class="no-comments">'. lang('no_comments') .'</span>';
}
?>
<div class="new">