Files
kane-diagnostics/hubzilla/addon/g1wallet/view/css/g1wallet.css
2026-06-14 07:49:09 -04:00

43 lines
699 B
CSS

/* g1wallet.css — Ğ1 Wallet addon styles */
.g1wallet-content {
max-width: 640px;
}
/* Sidebar widget */
.g1wallet-widget {
font-size: 0.875rem;
padding: 0.5rem 0;
}
.g1wallet-widget-title {
font-weight: 600;
font-size: 0.875rem;
text-decoration: none;
color: inherit;
}
.g1wallet-widget-title:hover {
text-decoration: underline;
}
.g1wallet-status {
margin-top: 0.35rem;
}
.g1wallet-cached-key {
font-size: 0.75rem;
word-break: break-all;
}
/* Address display on landing page */
.g1wallet-address-display .font-monospace {
word-break: break-all;
font-size: 0.8rem;
}
/* Address form */
.g1wallet-address-form {
max-width: 480px;
}