Minor changes

This commit is contained in:
Ske 2020-06-11 00:48:43 +02:00
parent 321f4d7d25
commit 556fe28aa7
6 changed files with 64 additions and 13 deletions

View file

@ -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 {