fix: 🩹 remove superfluous elements
This commit is contained in:
parent
d7d00046b1
commit
dc62b893b5
1 changed files with 4 additions and 8 deletions
|
@ -16,23 +16,19 @@
|
||||||
</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">
|
||||||
<span>Show NSFW</span>
|
<span>Show NSFW</span>
|
||||||
<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>
|
|
||||||
|
|
||||||
<style webc:scoped="nsfw-barrier">
|
<style webc:scoped="nsfw-barrier">
|
||||||
:host {
|
:host {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue