add styles.

This commit is contained in:
interia 2025-05-30 21:33:29 +01:00 committed by GitHub
parent a944de2238
commit d0e389c52b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,25 @@
.xbox-open-button {
position: absolute;
top: 8px;
right: 8px;
z-index: 10;
padding: 2px;
background: none;
border: none;
color: var(--interactive-normal);
cursor: pointer;
transition: color 0.2s ease;
}
.xbox-open-button:hover {
color: var(--interactive-hover);
}
.xbox-open-icon {
display: block;
color: inherit;
}
[class*='connectedAccounts'] .xbox-open-button {
z-index: 100;
}