fix: set Nostr Extension and Amber login buttons to exact 48px height

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Dorian
2026-02-13 22:48:28 +00:00
parent 37b0bc654a
commit 31a225ec15
2 changed files with 5 additions and 3 deletions

View File

@@ -566,7 +566,8 @@ declare global {
/* Nostr Extension Login Button — dark glass style */
.nostr-login-button {
position: relative;
padding: 12px 24px;
height: 48px;
padding: 0 24px;
font-size: 14px;
font-weight: 600;
line-height: 1.4;
@@ -600,7 +601,8 @@ declare global {
/* Amber Login Button */
.amber-login-button {
padding: 12px 24px;
height: 48px;
padding: 0 24px;
border-radius: 12px;
font-weight: 600;
font-size: 14px;