fix: 🩹 remove superfluous elements

This commit is contained in:
Sebin Nyshkim 2025-06-26 19:54:29 +02:00
parent d7d00046b1
commit dc62b893b5

View file

@ -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 {