mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 00:30:11 +00:00
Add privacy setting documentation
This commit is contained in:
parent
d1476e1b88
commit
5494d2edec
3 changed files with 96 additions and 3 deletions
|
|
@ -21,6 +21,12 @@
|
|||
.cmd-block .cmd-arg {
|
||||
background-color: $argBgBlock;
|
||||
}
|
||||
|
||||
// "Free" arguments in a standard text section needs extra margin
|
||||
// might need tweaking to look good in all contexts, but this looks fine for now
|
||||
p > .cmd-arg, li > .cmd-arg {
|
||||
margin: 0.2rem 0.2rem 0.2rem 0.1rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue