mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 22:06:17 +00:00
ci: souvenir gradient box fix
This commit is contained in:
@@ -297,7 +297,8 @@
|
||||
}
|
||||
|
||||
// Show overlay on keyboard focus for accessibility
|
||||
&__souvenir-image-button:focus-visible + &__souvenir-achievement-image-overlay {
|
||||
&__souvenir-image-button:focus-visible
|
||||
+ &__souvenir-achievement-image-overlay {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@@ -323,6 +324,8 @@
|
||||
transparent 100%
|
||||
);
|
||||
pointer-events: none;
|
||||
border-bottom-left-radius: 12px;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
&__souvenir-achievement-info {
|
||||
@@ -388,8 +391,6 @@
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
|
||||
|
||||
&__souvenir-item {
|
||||
flex-shrink: 0;
|
||||
position: relative;
|
||||
|
||||
@@ -280,8 +280,6 @@ export function ProfileContent() {
|
||||
{achievement.gameTitle}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user