Slightly glitched tape corners #27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think we should just go back to them and say this is really hard to do in CSS and we should be careful not to sink budget into an obscure CSS adventure when we can just tweak the design. /cc @aadil
Yeah it's just really fragile making shapes using CSS pseudo-elements. Ideally this would be an SVG shape but I couldn't find any good resources for how to make a UI element like this with SVG and have HTML inside it.
We think it'd be a shame to lose this not square style. @simoon will try to tweak this design to make it easier to implement in CSS. @aadil can implement that then after.
I've changed the sticker to have a rounded edge (see screenshot), this is responsive and would be easy to do in CSS using
border-radius: 0 24 24 0;
. What do you think? Would this require more rounded elements in the design, say other sticker elements? I read that ruangrupa prefer more diversity in shape, adding a few rounded elements here and there could help, might require some more time to think out the design though.Here's an example of how
border-radius
could be used on other cards - in this case the one for shoutsAlternatively, I also found this way of making a sticker shape similar to the one now in CSS:
https://css-tricks.com/the-shapes-of-css/#aa-pointer-via-amsakanna-alt
In the pseudo-element
#pointer:after
you just have to comment out or delete the propertyborder-left: 20px solid white;
to make the left side square.sticker tapes are rectangular now