Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scanlines in images #31

Closed
flibety opened this issue Jul 14, 2023 · 1 comment
Closed

Scanlines in images #31

flibety opened this issue Jul 14, 2023 · 1 comment
Assignees

Comments

@flibety
Copy link

flibety commented Jul 14, 2023

could there be a way to disable scanlines over images that have been sent? or to at least remove them when you click on an image to enlarge it

@Saltssaumure Saltssaumure self-assigned this Jul 14, 2023
@Saltssaumure
Copy link
Owner

Add this to your Custom/Quick CSS to move the scanline layer beneath the enlarged images:

:root {
    --crt-height: 1001;
}

Note that this will also remove scanlines from other popups, eg. user profiles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants