SHA256
UI: создание канала и ошибки Solana
This commit is contained in:
@@ -6557,6 +6557,73 @@ html, body { overflow-x: hidden; }
|
||||
box-shadow: 0 0 22px rgba(212, 175, 55, 0.2), inset 0 0 8px rgba(212, 175, 55, 0.1);
|
||||
}
|
||||
|
||||
.channel-create-avatar-head {
|
||||
display: grid;
|
||||
grid-template-columns: auto minmax(0, 1fr);
|
||||
gap: 14px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.channel-create-avatar-side {
|
||||
min-width: 0;
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.channel-create-avatar-status-row {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
gap: 10px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.channel-create-avatar-status {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.channel-avatar-status-text {
|
||||
margin: 0;
|
||||
color: rgba(255, 236, 194, 0.95);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.channel-avatar-txid {
|
||||
margin: 4px 0 0;
|
||||
word-break: break-all;
|
||||
color: rgba(255, 255, 255, 0.86);
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.channel-avatar-remove-btn {
|
||||
width: 26px;
|
||||
min-width: 26px;
|
||||
height: 26px;
|
||||
padding: 0;
|
||||
border: 1px solid rgba(255, 107, 107, 0.75);
|
||||
border-radius: 8px;
|
||||
background: rgba(150, 18, 18, 0.3);
|
||||
color: #ff8b8b;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.channel-avatar-remove-btn:hover,
|
||||
.channel-avatar-remove-btn:focus-visible {
|
||||
background: rgba(180, 22, 22, 0.42);
|
||||
box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.16);
|
||||
}
|
||||
|
||||
.channel-avatar-remove-btn[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 420px) {
|
||||
.channel-create-avatar-head {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
/* ===== Final microinteractions: breathe cards + static energy buttons ===== */
|
||||
@keyframes breatheCard {
|
||||
0%, 100% { transform: translateY(0px); }
|
||||
|
||||
Reference in New Issue
Block a user