Is there any CSS to make the borders of the tiles view even rounder?
Is there any CSS to make the borders of the tiles view even rounder?
How far do you want to go? Somewhere between this and a circle?
Not so much. Something like the picture.
Did you find something friend?
<pre><span><style>
[data-test="tile-item"] .tile-inner .tile-image-area >div {
border-radius: 25px;
}
Here you are bro.
Thank you my friend!