Gift Modal: Hot fixes (#5995)

This commit is contained in:
Alexander Zinchuk 2025-06-18 17:40:57 +02:00
parent b5c8d3bf81
commit aea46b1796
4 changed files with 6 additions and 1 deletions

View File

@ -28,6 +28,8 @@
opacity: 0; opacity: 0;
background-color: var(--color-hover-overlay); background-color: var(--color-hover-overlay);
transition: opacity 0.15s;
} }
:global(html.theme-dark) & { :global(html.theme-dark) & {

View File

@ -161,7 +161,7 @@
.resaleHeaderText { .resaleHeaderText {
margin: 0; margin: 0;
margin-bottom: 0.25rem !important; margin-bottom: 0.0625rem !important;
} }
.resaleHeaderDescription { .resaleHeaderDescription {

View File

@ -42,6 +42,8 @@
color: var(--color-text-secondary); color: var(--color-text-secondary);
white-space: nowrap; white-space: nowrap;
transition: background-color 0.15s;
&:hover { &:hover {
cursor: pointer; cursor: pointer;
background-color: var(--color-background-secondary-accent); background-color: var(--color-background-secondary-accent);

View File

@ -146,6 +146,7 @@
width: 1rem; width: 1rem;
height: 1rem; height: 1rem;
margin-top: 0.0625rem;
padding: 0; padding: 0;
border-radius: 50%; border-radius: 50%;