🎨 Improve code readability by reformatting HTML and CSS for better structure and consistency
This commit is contained in:
@@ -22,11 +22,19 @@
|
||||
Manage authentication for Challonge, Discord, and other platforms
|
||||
</p>
|
||||
<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>
|
||||
</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>
|
||||
</div>
|
||||
@@ -264,7 +272,8 @@ h1 {
|
||||
}
|
||||
|
||||
@keyframes pulse {
|
||||
0%, 100% {
|
||||
0%,
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
50% {
|
||||
|
||||
Reference in New Issue
Block a user