<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with bugs]]></title><description><![CDATA[A list of topics that have been tagged with bugs]]></description><link>https://sudonix.org/tags/bugs</link><generator>RSS for Node</generator><lastBuildDate>Thu, 20 Aug 2026 00:21:37 GMT</lastBuildDate><atom:link href="https://sudonix.org/tags/bugs.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Nov 2023 19:27:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Bug Report]]></title><description><![CDATA[@crazycells Good points, thanks. I completely forgot that classes are added - makes life much simpler!
EDIT - seems this is pretty straightforward, and only needs the below CSS
.upvoted i {
    color: var(--bs-user-level) !important;
}

This then yields
[image: 1718028529465-3f072f8a-ebfa-4910-8723-73c493b8e4eb-image.png]
However, the caveat here is that the .upvoted class will only show for your upvotes, and nobody else’s. However, this does satisfy the original request

however I would love to see my upvoted posts more clearly, because currently, when I upvote, nothing on the post tool is changing, it would be nicer if there is an indication that I have upvoted (like a filled or colored triangle?)

]]></description><link>https://sudonix.org/topic/588/bug-report</link><guid isPermaLink="true">https://sudonix.org/topic/588/bug-report</guid><dc:creator><![CDATA[phenomlab]]></dc:creator><pubDate>Thu, 09 Nov 2023 19:27:12 GMT</pubDate></item><item><title><![CDATA[navigation bar is misplaced when the window gets smaller]]></title><description><![CDATA[@DownPW sounds good.
]]></description><link>https://sudonix.org/topic/294/navigation-bar-is-misplaced-when-the-window-gets-smaller</link><guid isPermaLink="true">https://sudonix.org/topic/294/navigation-bar-is-misplaced-when-the-window-gets-smaller</guid><dc:creator><![CDATA[phenomlab]]></dc:creator><pubDate>Sun, 19 Jun 2022 01:34:10 GMT</pubDate></item><item><title><![CDATA[FIXED: Annoying cosmetic bug on mobile view]]></title><description><![CDATA[And now, after all this time  I finally discovered that the CSS I previously referenced was for something else - and used the same CSS name, so I’ve had to reinstate this block 
.tab-content {
    max-height: 0;
    padding: 0 2em;
    color: #898989;
    background: #eeeeee;
    transition: all 0.35s;
    margin-top: -5px;
}

And, add this below to make it more specific.
.emoji-tabs .tab-content {
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
}

]]></description><link>https://sudonix.org/topic/212/fixed-annoying-cosmetic-bug-on-mobile-view</link><guid isPermaLink="true">https://sudonix.org/topic/212/fixed-annoying-cosmetic-bug-on-mobile-view</guid><dc:creator><![CDATA[phenomlab]]></dc:creator><pubDate>Sat, 29 Jan 2022 16:55:30 GMT</pubDate></item></channel></rss>