Fixed email input padding issue

This commit is contained in:
Sodbileg Gansukh 2023-09-05 12:23:07 +08:00
parent 906c85d379
commit 8d7f38f444
3 changed files with 11 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -267,6 +267,7 @@ a:hover {
height: 100%;
font-size: inherit;
letter-spacing: inherit;
line-height: 1.1;
border: 0;
background-color: transparent;
outline: none;
@ -298,6 +299,10 @@ button.gh-form-input {
cursor: pointer;
}
:is(.has-serif-title,.has-slab-title) button.gh-form-input {
padding-inline-start: 50px;
}
.gh-form .gh-button {
position: absolute;
right: 6px;
@ -314,6 +319,10 @@ button.gh-form-input {
color: var(--color-secondary-text);
}
:is(.has-serif-title,.has-slab-title) .gh-form > svg {
left: 16px;
}
.gh-form .gh-button svg {
display: none;
position: absolute;