mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-13 06:36:49 -05:00
Fix not clickable area at the bottom not indicated
This commit is contained in:
@@ -657,3 +657,14 @@
|
||||
) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.publift-widget-sticky_footer-container:not(.closed) {
|
||||
border-top: 1.5px solid var(--color-border);
|
||||
}
|
||||
|
||||
.publift-widget-sticky_footer-container:not(.closed)
|
||||
.publift-widget-sticky_footer-container-background {
|
||||
background-color: color-mix(in oklab, var(--color-bg-nav) 30%, transparent);
|
||||
backdrop-filter: blur(6px);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
4
changelog/2026-08-30-sticky-ad-background.md
Normal file
4
changelog/2026-08-30-sticky-ad-background.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
type: bug
|
||||
---
|
||||
Non-clickable ad container at the bottom of the page now has a visual indicator
|
||||
Reference in New Issue
Block a user