diff --git a/recharge/index.html b/recharge/index.html index fcab918..5b7e315 100644 --- a/recharge/index.html +++ b/recharge/index.html @@ -262,6 +262,13 @@ flex: 1; } + .account-name-row { + display: flex; + min-width: 0; + align-items: center; + gap: 6px; + } + .account-name, .account-meta { overflow: hidden; @@ -270,6 +277,7 @@ } .account-name { + min-width: 0; font-size: 15px; font-weight: 850; } @@ -281,14 +289,25 @@ } .role-pill { - min-width: 76px; - padding: 7px 9px; + flex: 0 0 auto; + max-width: 112px; + padding: 4px 8px; border-radius: 999px; - background: var(--hy-theme-surface); + border: 1px solid rgba(255, 255, 255, 0.62); + background: rgba(255, 255, 255, 0.48); + box-shadow: + inset 0 1px 0 rgba(255, 255, 255, 0.58), + 0 6px 16px rgba(91, 62, 142, 0.08); color: var(--hy-theme-primary-deep); - font-size: 12px; + font-size: 11px; font-weight: 850; + line-height: 1.15; + overflow: hidden; text-align: center; + text-overflow: ellipsis; + white-space: nowrap; + backdrop-filter: blur(12px); + -webkit-backdrop-filter: blur(12px); } .change-account { @@ -845,10 +864,16 @@