Merge pull request #200 from sumnerevans/isso-support

Isso support
This commit is contained in:
Alexandre Vicenzi 2020-04-16 17:12:47 +02:00 committed by GitHub
commit ee4c79b7dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 55 additions and 1 deletions

View file

@ -269,6 +269,12 @@ main {
}
}
}
// Add a bit of padding between each of the entry boxes in the Isso auth
// section. By default, they are squished together, which looks terrible.
section#isso-thread .auth-section .input-wrapper {
margin-right: 5px;
}
}
footer {
@ -303,7 +309,8 @@ main {
}
}
a.btn {
a.btn,
section#isso-thread section.auth-section p.post-action input {
background-color: @btn-bg;
padding: .6em .6em;
font-size: .8em;
@ -312,6 +319,7 @@ a.btn {
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border: none;
border-radius: .25em;
}