🎨 Improve code readability by reformatting HTML and CSS for better structure and consistency

This commit is contained in:
2026-01-29 21:21:55 +00:00
parent 456374bb86
commit d9939217c7

View File

@@ -22,11 +22,19 @@
Manage authentication for Challonge, Discord, and other platforms Manage authentication for Challonge, Discord, and other platforms
</p> </p>
<div v-if="hasAnyAuth" class="auth-indicators"> <div v-if="hasAnyAuth" class="auth-indicators">
<div v-if="hasChallongeAuth" class="provider-indicator" title="Challonge Connected"> <div
v-if="hasChallongeAuth"
class="provider-indicator"
title="Challonge Connected"
>
🏆 🏆
<span class="status-dot connected"></span> <span class="status-dot connected"></span>
</div> </div>
<div v-if="hasDiscordAuth" class="provider-indicator" title="Discord Connected"> <div
v-if="hasDiscordAuth"
class="provider-indicator"
title="Discord Connected"
>
🎮 🎮
<span class="status-dot connected"></span> <span class="status-dot connected"></span>
</div> </div>
@@ -264,7 +272,8 @@ h1 {
} }
@keyframes pulse { @keyframes pulse {
0%, 100% { 0%,
100% {
opacity: 1; opacity: 1;
} }
50% { 50% {