i2p / i2p.i2p

I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.
https://geti2p.net
Other
1.98k stars 309 forks source link

i2psnark : clear messages button has css issue - light/snark.css:315 #81

Closed Tunoac closed 3 weeks ago

Tunoac commented 1 month ago

i2p 2.6.0 Linux, Firefox 128 i2psnark, only light theme

The "clear messages" button is not properly working, only the top ~10% of the button are clickable, the lower 90% of the icon is not clickable.

The issue seems to be here: i2psnark/webapps/.resources/themes/light/snark.css:315 in rule .snarkMessages li {

Solution: disabling the line mix-blend-mode: multiply; makes the "clear messages" button fully working again.

zzzi2p commented 3 weeks ago

Thanks, I had the same problem but had not figured it out yet https://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues/479

will give your fix a try

zzzi2p commented 3 weeks ago

In b0597e32b206aa0a14613b0cab3bc8e12e844e96 to be 2.6.1-3, thank you.

@eyedeekay please close