We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a82da5 commit ec18c44Copy full SHA for ec18c44
1 file changed
web2api/templates/index.html
@@ -135,18 +135,19 @@
135
136
.auth-input-wrap .filter {
137
width: 100%;
138
- padding-right: 2.6rem;
+ padding: 0.24rem 2.4rem 0.24rem 0.48rem;
139
+ font-size: 0.74rem;
140
}
141
142
.auth-toggle {
143
position: absolute;
- right: 0.55rem;
144
+ right: 0.4rem;
145
background: none;
146
border: none;
147
cursor: pointer;
148
color: var(--ink-dim);
- font-size: 1.1rem;
149
- padding: 0.2rem;
+ font-size: 0.82rem;
150
+ padding: 0.1rem;
151
line-height: 1;
152
opacity: 0.6;
153
transition: opacity 150ms;
0 commit comments