🎨 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
|
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% {
|
||||||
|
|||||||
Reference in New Issue
Block a user