mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 22:42:26 -05:00
[bugfix] fix oob token route, update templates+css for oob and errors (#1519)
This commit is contained in:
parent
83d8a44020
commit
59b2e10787
4 changed files with 29 additions and 22 deletions
|
|
@ -277,19 +277,11 @@ section.login {
|
|||
|
||||
section.error {
|
||||
word-break: break-word;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-bottom: 0.5rem;
|
||||
|
||||
span {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
pre {
|
||||
border: 1px solid #ff000080;
|
||||
margin-left: 1em;
|
||||
padding: 0 0.7em;
|
||||
padding: 0.5rem;
|
||||
border-radius: 0.5em;
|
||||
background-color: #ff000010;
|
||||
font-size: 1.3em;
|
||||
|
|
@ -297,6 +289,15 @@ section.error {
|
|||
}
|
||||
}
|
||||
|
||||
section.oob-token {
|
||||
code {
|
||||
background: $gray1;
|
||||
padding: 0.5rem;
|
||||
margin: 0;
|
||||
border-radius: 0.3rem;
|
||||
}
|
||||
}
|
||||
|
||||
.error-text {
|
||||
color: $error1;
|
||||
background: $error2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue