xycyxc
All checks were successful
Deploy / deploy-staging (push) Successful in 7s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-05 23:20:29 +02:00
parent eb8b04a621
commit e335a8d5bf
5 changed files with 7 additions and 218 deletions

View File

@@ -344,24 +344,6 @@
background: rgba(255, 255, 255, 0.05);
}
#mining-checker-app .mc-token-list,
#mining-checker-app .mc-suggestion-list {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
#mining-checker-app .mc-token-list--inline {
flex: 1 1 auto;
}
#mining-checker-app .mc-currency-selection-row {
display: flex;
flex-wrap: wrap;
gap: 16px;
align-items: flex-start;
}
#mining-checker-app .mc-inline-fields {
display: flex;
flex-wrap: wrap;
@@ -373,59 +355,6 @@
flex: 1 1 280px;
}
#mining-checker-app .mc-currency-search {
flex: 0 1 360px;
min-width: 260px;
}
#mining-checker-app .mc-token,
#mining-checker-app .mc-suggestion {
display: inline-flex;
align-items: center;
gap: 10px;
border: 1px solid var(--mc-line);
border-radius: 999px;
padding: 10px 14px;
background: rgba(255, 255, 255, 0.06);
color: var(--mc-text);
}
#mining-checker-app .mc-token {
cursor: pointer;
}
#mining-checker-app .mc-token:hover,
#mining-checker-app .mc-suggestion:hover {
border-color: rgba(125, 211, 252, 0.4);
background: rgba(61, 217, 196, 0.12);
}
#mining-checker-app .mc-token-close {
color: var(--mc-accent-strong);
font-weight: 700;
text-transform: uppercase;
}
#mining-checker-app .mc-suggestion {
cursor: pointer;
}
@media (max-width: 860px) {
#mining-checker-app .mc-currency-selection-row {
flex-direction: column;
}
#mining-checker-app .mc-currency-search {
flex: 1 1 auto;
width: 100%;
min-width: 0;
}
}
#mining-checker-app .mc-suggestion strong {
color: #ffffff;
}
#mining-checker-app .mc-alert--error {
border-color: rgba(251, 113, 133, 0.28);
background: rgba(127, 29, 29, 0.35);
@@ -760,7 +689,6 @@
}
#mining-checker-app .mc-inline-fields,
#mining-checker-app .mc-currency-selection-row,
#mining-checker-app .mc-debug-tools,
#mining-checker-app .mc-debug-view-switch {
gap: 8px;
@@ -771,8 +699,6 @@
min-width: 0;
}
#mining-checker-app .mc-token,
#mining-checker-app .mc-suggestion,
#mining-checker-app .mc-badge {
padding: 7px 10px;
font-size: 0.78rem;