Bartozzz / offchan.org

WIP: Offchan is a modern, real-time, anonymous cyberpunk image board. The main themes are programming, technology, science, psychology and philosophy.
https://offchan.org
GNU General Public License v3.0
21 stars 1 forks source link

Glitch effect applies to first 200px of text only #19

Closed Florian3k closed 5 years ago

Florian3k commented 5 years ago

image

Bartozzz commented 5 years ago

We are forced to use unit-free $width and $height, so it's impossible to make it responsive (as we are non-standard units to size each element).

Perhaps we could write 2 SCSS mixins to:

… then somehow use them in the glitch mixin.

Bartozzz commented 5 years ago

Not sure how to fix this using the mixin. Perhaps we can use some SVG magic instead.