SHA256
Обновить UI профиля и навигации
This commit is contained in:
@@ -0,0 +1,202 @@
|
||||
/* Diagnostics/admin/developer UI styles. */
|
||||
|
||||
.key-storage-option {
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
|
||||
.key-storage-option__description {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.key-storage-note {
|
||||
margin: 0;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
|
||||
.key-storage-note--strong {
|
||||
font-size: 17px;
|
||||
font-weight: 700;
|
||||
color: #eef4ff;
|
||||
}
|
||||
|
||||
|
||||
.pwa-diag-list {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
|
||||
.pwa-diag-row {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto 10px;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
padding: 8px 10px;
|
||||
border-radius: 10px;
|
||||
border: 1px solid rgba(143, 167, 215, 0.18);
|
||||
background: rgba(14, 24, 45, 0.42);
|
||||
}
|
||||
|
||||
|
||||
.pwa-diag-key {
|
||||
color: #cdd9f2;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
||||
.pwa-diag-value {
|
||||
color: #edf3ff;
|
||||
font-size: 13px;
|
||||
text-align: right;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
|
||||
.pwa-diag-indicator {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
background: #64708a;
|
||||
}
|
||||
|
||||
|
||||
.pwa-diag-indicator.is-ok {
|
||||
background: #66d69a;
|
||||
box-shadow: 0 0 0 3px rgba(102, 214, 154, 0.18);
|
||||
}
|
||||
|
||||
|
||||
.pwa-diag-indicator.is-warn {
|
||||
background: #f0c56b;
|
||||
}
|
||||
|
||||
|
||||
.pwa-diag-indicator.is-bad {
|
||||
background: #e48792;
|
||||
box-shadow: 0 0 0 3px rgba(228, 135, 146, 0.18);
|
||||
}
|
||||
|
||||
|
||||
.pwa-diag-indicator.is-neutral {
|
||||
background: #8994ab;
|
||||
}
|
||||
|
||||
|
||||
.pwa-diag-actions {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
|
||||
.pwa-diag-recommendations {
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
|
||||
.pwa-diag-json {
|
||||
margin: 0;
|
||||
max-height: 260px;
|
||||
overflow: auto;
|
||||
border-radius: 10px;
|
||||
padding: 10px;
|
||||
font-size: 12px;
|
||||
line-height: 1.35;
|
||||
color: #dfe9ff;
|
||||
background: rgba(8, 15, 28, 0.82);
|
||||
border: 1px solid rgba(134, 157, 205, 0.2);
|
||||
}
|
||||
|
||||
|
||||
.arweave-uploads-screen {
|
||||
box-sizing: border-box;
|
||||
min-height: 100vh;
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
padding-top: 3.25rem;
|
||||
}
|
||||
|
||||
|
||||
.arweave-uploads-toolbar {
|
||||
align-items: center;
|
||||
background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.98));
|
||||
border-bottom: 1px solid transparent;
|
||||
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
|
||||
box-sizing: border-box;
|
||||
display: grid;
|
||||
gap: 0.42rem;
|
||||
grid-template-columns: 2.4rem minmax(0, 1fr) 2.4rem 2.4rem;
|
||||
justify-content: stretch;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
padding: max(0.35rem, env(safe-area-inset-top)) 0.45rem 0.45rem;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 15;
|
||||
}
|
||||
|
||||
|
||||
.arweave-uploads-back,
|
||||
.arweave-uploads-add,
|
||||
.arweave-uploads-menu-btn {
|
||||
align-items: center;
|
||||
aspect-ratio: 1;
|
||||
display: inline-flex;
|
||||
font-size: 1.2rem;
|
||||
height: 2.35rem;
|
||||
justify-content: center;
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
.arweave-uploads-title {
|
||||
align-self: center;
|
||||
color: #f8fafc;
|
||||
font-size: 0.94rem;
|
||||
font-weight: 800;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
.arweave-uploads-menu {
|
||||
background: rgba(15, 23, 42, 0.98);
|
||||
border: 1px solid transparent;
|
||||
border-radius: 0.85rem;
|
||||
box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
|
||||
display: grid;
|
||||
min-width: 13rem;
|
||||
padding: 0.35rem;
|
||||
position: absolute;
|
||||
right: 0.45rem;
|
||||
top: calc(100% + 0.35rem);
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
|
||||
.arweave-uploads-menu[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.arweave-uploads-menu .text-btn {
|
||||
color: #f8fafc;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
.arweave-uploads-list {
|
||||
max-height: calc(100vh - 4.1rem);
|
||||
min-height: calc(100vh - 4.1rem);
|
||||
width: 100%;
|
||||
}
|
||||
.arweave-uploads-menu-btn .app-overflow-dots {
|
||||
margin: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user