Create account

1738d
You can now support me directly by purchasing my software/apps on my website using BCH, BTC, ETH, and LTC!

https://pokkst.xyz

use Coinbase Commerce right now, and while it doesn't support 0-conf by default, I was able to implement it by making my own system using their API.
replied 1738d
Very cool! Just a heads-up, the mobile view gets a little off-kilter on the outside columns. (App names word wrap and the Buy With Crypto button extends outside of the div box)
replied 1738d
Yeah, I'm aware, thank you though. :) Been trying to fix the Buy with Crypto button thing for a bit. :/
replied 1738d
so with your styles it hides the text-overflow with ellipses instead of decreasing the font size with the button is a certain width, like say 110px.*when the button is a certain width
replied 1738d
It has to do with a.buy-with-crypto CSS property min-width set to 134px. Removing that property makes the button width responsive again, but doesn't shrink the text size within (1/2)