fix: figure markup, remove superfluous styles
This commit is contained in:
parent
cd56735bf9
commit
64ff5792c9
1 changed files with 8 additions and 27 deletions
|
@ -101,12 +101,10 @@
|
||||||
<h3>Head</h3>
|
<h3>Head</h3>
|
||||||
<ref-figure>
|
<ref-figure>
|
||||||
<template #img>
|
<template #img>
|
||||||
<div>
|
<img
|
||||||
<img
|
src="@/assets/refs/sebin-ref-expressions.png"
|
||||||
src="@/assets/refs/sebin-ref-expressions.png"
|
alt="Sebin's Expressions"
|
||||||
alt="Sebin's Expressions"
|
/>
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
<template #caption>
|
<template #caption>
|
||||||
<label>Sebin's Expressions</label>
|
<label>Sebin's Expressions</label>
|
||||||
|
@ -349,12 +347,10 @@
|
||||||
<h3>Penis</h3>
|
<h3>Penis</h3>
|
||||||
<ref-figure>
|
<ref-figure>
|
||||||
<template #img>
|
<template #img>
|
||||||
<div>
|
<img
|
||||||
<img
|
src="@/assets/refs/sebin-ref-penis.png"
|
||||||
src="@/assets/refs/sebin-ref-penis.png"
|
alt="Sebin's manly parts"
|
||||||
alt="Sebin's manly parts"
|
/>
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
<template #caption>
|
<template #caption>
|
||||||
<label>Sebin's manly parts</label>
|
<label>Sebin's manly parts</label>
|
||||||
|
@ -434,18 +430,3 @@ export default {
|
||||||
mixins: [Sebin, Helper],
|
mixins: [Sebin, Helper],
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
|
||||||
@import "@/scss/_variables.scss";
|
|
||||||
|
|
||||||
.figure {
|
|
||||||
&__border {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nsfw-switch {
|
|
||||||
font-size: 1em;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue