mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-14 18:57:29 -06:00
[frontend] Add discoverable flag to settings panel (#2235)
This commit is contained in:
parent
536d9e482d
commit
736cd37caf
4 changed files with 153 additions and 46 deletions
|
|
@ -343,9 +343,25 @@ section.with-sidebar > div, section.with-sidebar > form {
|
|||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.moreinfolink {
|
||||
.docslink {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.form-section-docs {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 0.5rem;
|
||||
|
||||
border-left: 0.2rem solid $border-accent;
|
||||
padding-left: 0.4rem;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.2rem;
|
||||
|
||||
h3 {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.labelinput .border {
|
||||
border-radius: 0.2rem;
|
||||
|
|
@ -429,11 +445,6 @@ section.with-sidebar > div, section.with-sidebar > form {
|
|||
justify-content: center;
|
||||
gap: 1rem;
|
||||
|
||||
h3 {
|
||||
margin: 0;
|
||||
margin-bottom: 0.3rem;
|
||||
}
|
||||
|
||||
span {
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue