mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 01:30:13 +00:00
Minor changes
This commit is contained in:
parent
321f4d7d25
commit
556fe28aa7
6 changed files with 64 additions and 13 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<p class="command-example">
|
||||
<span class="bot-prefix">pk;</span><slot></slot>
|
||||
<span class="example-comment" v-if="comment">// {{ comment }}</span>
|
||||
<span class="bot-prefix">pk;</span><slot></slot>
|
||||
</p>
|
||||
</template>
|
||||
|
||||
|
|
@ -16,6 +16,12 @@
|
|||
|
||||
margin: 0.5rem 0;
|
||||
padding: 0.75rem 1.25rem;
|
||||
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.custom-block.tip .command-example {
|
||||
background-color: darken($exampleBgColor, 3%);
|
||||
}
|
||||
|
||||
.bot-prefix {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue