mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-03 04:02:40 +00:00
🔥 Feat: internalize watermark option appendTo
This commit is contained in:
@@ -18,8 +18,7 @@
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
padding-inline: 1rem;
|
||||
// TODO remove watermark from container
|
||||
// gap: 0.5rem;
|
||||
gap: 0.5rem;
|
||||
|
||||
&.container-reverse {
|
||||
flex-direction: row-reverse;
|
||||
|
||||
+1
-1
@@ -891,7 +891,7 @@ class FixIt {
|
||||
this.config.watermark?.enable &&
|
||||
new Watermark({
|
||||
content: this.config.watermark.content || `${document.querySelector('footer .fixit-icon')?.outerHTML ?? ''} FixIt Theme`,
|
||||
appendTo: this.config.watermark.appendto || '.wrapper>main',
|
||||
appendTo: '.widgets',
|
||||
opacity: this.config.watermark.opacity,
|
||||
width: this.config.watermark.width,
|
||||
height: this.config.watermark.height,
|
||||
|
||||
+1
-1
Submodule docs updated: 7535704203...8094ae3a58
Reference in New Issue
Block a user