From 1ee9abc3653de9315f94da1ae3326a37057a5f37 Mon Sep 17 00:00:00 2001 From: TheRON Date: Sun, 14 Jun 2026 07:49:09 -0400 Subject: [PATCH] Updated --- hubzilla/addon/g1wallet/view/css/g1wallet.css | 39 ++++--------------- 1 file changed, 7 insertions(+), 32 deletions(-) diff --git a/hubzilla/addon/g1wallet/view/css/g1wallet.css b/hubzilla/addon/g1wallet/view/css/g1wallet.css index 803bfcc..eea5892 100644 --- a/hubzilla/addon/g1wallet/view/css/g1wallet.css +++ b/hubzilla/addon/g1wallet/view/css/g1wallet.css @@ -1,35 +1,9 @@ /* g1wallet.css — Ğ1 Wallet addon styles */ -/* Content wrapper */ .g1wallet-content { 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 */ .g1wallet-widget { font-size: 0.875rem; @@ -51,17 +25,18 @@ margin-top: 0.35rem; } -.g1wallet-status-indicator { - font-size: 0.8rem; -} - .g1wallet-cached-key { font-size: 0.75rem; word-break: break-all; } -/* Monospace pubkey display */ -#g1wallet-pubkey-display { +/* 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; +}