Skip to content

Commit ec18c44

Browse files
committed
fix: auth input sizing — match Ready URLs row height
1 parent 2a82da5 commit ec18c44

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

web2api/templates/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,19 @@
135135

136136
.auth-input-wrap .filter {
137137
width: 100%;
138-
padding-right: 2.6rem;
138+
padding: 0.24rem 2.4rem 0.24rem 0.48rem;
139+
font-size: 0.74rem;
139140
}
140141

141142
.auth-toggle {
142143
position: absolute;
143-
right: 0.55rem;
144+
right: 0.4rem;
144145
background: none;
145146
border: none;
146147
cursor: pointer;
147148
color: var(--ink-dim);
148-
font-size: 1.1rem;
149-
padding: 0.2rem;
149+
font-size: 0.82rem;
150+
padding: 0.1rem;
150151
line-height: 1;
151152
opacity: 0.6;
152153
transition: opacity 150ms;

0 commit comments

Comments
 (0)