refactor: code cleanup
This commit is contained in:
parent
f2948005e1
commit
1016d119a4
2 changed files with 14 additions and 14 deletions
|
@ -403,12 +403,13 @@
|
|||
naughty secrets. If you dare...! Don't say I didn't warn you!!
|
||||
</p>
|
||||
|
||||
<nsfw-switch
|
||||
class="flex flex--row flex--nowrap flex--center"
|
||||
id="nsfw-switch-manlybits"
|
||||
v-model="$root.nsfw"
|
||||
@change="$root.showWarning()"
|
||||
/>
|
||||
<p>
|
||||
<nsfw-switch
|
||||
id="nsfw-switch-manlybits"
|
||||
v-model="$root.nsfw"
|
||||
@change="$root.showWarning()"
|
||||
/>
|
||||
</p>
|
||||
</template>
|
||||
</prose>
|
||||
</template>
|
||||
|
|
|
@ -172,12 +172,13 @@
|
|||
Let's... get... <strong><em>scandalous!</em></strong>
|
||||
</p>
|
||||
|
||||
<nsfw-switch
|
||||
class="flex flex--row flex--nowrap flex--center"
|
||||
id="nsfw-switch-kinky"
|
||||
v-model="$root.nsfw"
|
||||
@change="$root.showWarning()"
|
||||
/>
|
||||
<p>
|
||||
<nsfw-switch
|
||||
id="nsfw-switch-kinky"
|
||||
v-model="$root.nsfw"
|
||||
@change="$root.showWarning()"
|
||||
/>
|
||||
</p>
|
||||
</template>
|
||||
</prose>
|
||||
</template>
|
||||
|
@ -199,8 +200,6 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import "@/scss/base.scss";
|
||||
|
||||
ul {
|
||||
&.col-2 {
|
||||
columns: 2 auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue