UI and icon fixes

This commit is contained in:
biglyderv 2025-02-27 11:51:22 -05:00
parent b66c5e3c47
commit 845b0cc954
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
6 changed files with 135 additions and 5 deletions

View file

@ -3,7 +3,8 @@
<img src="/uploads/pfp_<%= username %>.png" class="avatar-img">
<span><%= username %></span>
</h1>
<span>A very cool person!</span>
<div class='commentbox'>A very cool person!</div>
<%- include ('vblock.ejs', {link: `/walls/get/users/${username}/0`, icon: '/icon.svg', name: 'Replies'}) %>
</div>
<% if (isYou) { %>