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!!
|
naughty secrets. If you dare...! Don't say I didn't warn you!!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<nsfw-switch
|
<p>
|
||||||
class="flex flex--row flex--nowrap flex--center"
|
<nsfw-switch
|
||||||
id="nsfw-switch-manlybits"
|
id="nsfw-switch-manlybits"
|
||||||
v-model="$root.nsfw"
|
v-model="$root.nsfw"
|
||||||
@change="$root.showWarning()"
|
@change="$root.showWarning()"
|
||||||
/>
|
/>
|
||||||
|
</p>
|
||||||
</template>
|
</template>
|
||||||
</prose>
|
</prose>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -172,12 +172,13 @@
|
||||||
Let's... get... <strong><em>scandalous!</em></strong>
|
Let's... get... <strong><em>scandalous!</em></strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<nsfw-switch
|
<p>
|
||||||
class="flex flex--row flex--nowrap flex--center"
|
<nsfw-switch
|
||||||
id="nsfw-switch-kinky"
|
id="nsfw-switch-kinky"
|
||||||
v-model="$root.nsfw"
|
v-model="$root.nsfw"
|
||||||
@change="$root.showWarning()"
|
@change="$root.showWarning()"
|
||||||
/>
|
/>
|
||||||
|
</p>
|
||||||
</template>
|
</template>
|
||||||
</prose>
|
</prose>
|
||||||
</template>
|
</template>
|
||||||
|
@ -199,8 +200,6 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "@/scss/base.scss";
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
&.col-2 {
|
&.col-2 {
|
||||||
columns: 2 auto;
|
columns: 2 auto;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue