mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[feature] Add warning about trusted-proxies
to make config easier (#3675)
* [feature] Add warning about `trusted-proxies` to make config easier * thank you linter, hugs and kisses to you
This commit is contained in:
@ -42,7 +42,26 @@
|
||||
padding: 1.5rem;
|
||||
gap: 1rem;
|
||||
|
||||
a {
|
||||
.trusted-proxies-rec {
|
||||
color: $info-fg;
|
||||
background: $info-bg;
|
||||
max-width: fit-content;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
border-radius: $br;
|
||||
text-align: center;
|
||||
align-self: center;
|
||||
|
||||
code {
|
||||
background: $info-bg;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $info-fg;
|
||||
}
|
||||
}
|
||||
|
||||
& > a {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 1rem;
|
||||
|
Reference in New Issue
Block a user