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>
|
||||
|
||||
<div webc:root="override">
|
||||
<div class="message">
|
||||
<div webc:type="11ty" 11ty:type="md">
|
||||
<slot name="message"></slot>
|
||||
</div>
|
||||
<div class="message" webc:type="11ty" @11ty:type="md">
|
||||
<slot name="message"></slot>
|
||||
</div>
|
||||
|
||||
<ref-button class="nsfw-toggle" command="show-modal" commandfor="nsfw-warning">
|
||||
|
@ -27,10 +25,8 @@
|
|||
<span class="nsfw-label">Hide NSFW</span>
|
||||
</ref-button>
|
||||
|
||||
<div class="nsfw-content">
|
||||
<div webc:type="11ty" 11ty:type="md">
|
||||
<slot></slot>
|
||||
</div>
|
||||
<div class="nsfw-content" webc:type="11ty" @11ty:type="md" webc:keep>
|
||||
<slot></slot>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue