nimiq / vue-components

Vue component library for Nimiq ecosystem apps.
https://nimiq.github.io/vue-components/
Apache License 2.0
17 stars 4 forks source link

AddressRing dynamic size #22

Closed sisou closed 5 years ago

sisou commented 5 years ago

Am I missing something or how is this so hard?

Resolves #21.

danimoh commented 5 years ago

Ok, but this approach requires overwriting the height also, right? I.e. height does not automatically adapt?

sisou commented 5 years ago

That's right. But I think it beats having to force-set a variable and you'll notice it when looking at it.

danimoh commented 5 years ago

I just changed it to automatically adapt the height. That's the approach I initially had in mind but didn't see that for the identicon sizes actually not much needs to be changed.