fix: 🩹 remove superfluous elements
This commit is contained in:
parent
d7d00046b1
commit
dc62b893b5
1 changed files with 4 additions and 8 deletions
|
@ -16,10 +16,8 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div webc:root="override">
|
<div webc:root="override">
|
||||||
<div class="message">
|
<div class="message" webc:type="11ty" @11ty:type="md">
|
||||||
<div webc:type="11ty" 11ty:type="md">
|
<slot name="message"></slot>
|
||||||
<slot name="message"></slot>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ref-button class="nsfw-toggle" command="show-modal" commandfor="nsfw-warning">
|
<ref-button class="nsfw-toggle" command="show-modal" commandfor="nsfw-warning">
|
||||||
|
@ -27,10 +25,8 @@
|
||||||
<span class="nsfw-label">Hide NSFW</span>
|
<span class="nsfw-label">Hide NSFW</span>
|
||||||
</ref-button>
|
</ref-button>
|
||||||
|
|
||||||
<div class="nsfw-content">
|
<div class="nsfw-content" webc:type="11ty" @11ty:type="md" webc:keep>
|
||||||
<div webc:type="11ty" 11ty:type="md">
|
<slot></slot>
|
||||||
<slot></slot>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue