This commit is contained in:
2026-06-14 07:49:09 -04:00
parent e04377f029
commit 1ee9abc365

View File

@@ -1,35 +1,9 @@
/* g1wallet.css — Ğ1 Wallet addon styles */ /* g1wallet.css — Ğ1 Wallet addon styles */
/* Content wrapper */
.g1wallet-content { .g1wallet-content {
max-width: 640px; max-width: 640px;
} }
.g1wallet-header {
border-bottom: 1px solid #dee2e6;
padding-bottom: 0.75rem;
}
/* Section labels */
.g1wallet-section-label {
font-size: 0.85rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.04em;
color: #6c757d;
margin-bottom: 0.5rem;
}
/* Unlock form */
.g1wallet-unlock-form {
max-width: 420px;
}
/* Unlocked interface */
.g1wallet-unlocked {
max-width: 580px;
}
/* Sidebar widget */ /* Sidebar widget */
.g1wallet-widget { .g1wallet-widget {
font-size: 0.875rem; font-size: 0.875rem;
@@ -51,17 +25,18 @@
margin-top: 0.35rem; margin-top: 0.35rem;
} }
.g1wallet-status-indicator {
font-size: 0.8rem;
}
.g1wallet-cached-key { .g1wallet-cached-key {
font-size: 0.75rem; font-size: 0.75rem;
word-break: break-all; word-break: break-all;
} }
/* Monospace pubkey display */ /* Address display on landing page */
#g1wallet-pubkey-display { .g1wallet-address-display .font-monospace {
word-break: break-all; word-break: break-all;
font-size: 0.8rem; font-size: 0.8rem;
} }
/* Address form */
.g1wallet-address-form {
max-width: 480px;
}