usually writing CSS or listening to prog (or both).
they/them
it was shown by @una.im at CSS Day. youtu.be/dkBeBxs48os
it was shown by @una.im at CSS Day. youtu.be/dkBeBxs48os
the notification-count is app-wide state, whereas this is specific to the feed. i need do it in a roundabout way, lifting state up that probably shouldn't be lifted up.
@danabra.mov what do you think of the phanpy-style button? bsky.app/profile/maya...
the notification-count is app-wide state, whereas this is specific to the feed. i need do it in a roundabout way, lifting state up that probably shouldn't be lifted up.
@danabra.mov what do you think of the phanpy-style button? bsky.app/profile/maya...
- all engagement numbers hidden in timeline
- long tap post for options
- scroll up to hide "scroll to top" button (so it's not in your face all the time)
- tap profile for quick "peek" (alternative to hover cards)
- all engagement numbers hidden in timeline
- long tap post for options
- scroll up to hide "scroll to top" button (so it's not in your face all the time)
- tap profile for quick "peek" (alternative to hover cards)
it's chrome only rn but that's ok. great candidate for progressive enhancement
demo from @bram.us: scroll-driven-animations.style/demos/scroll...
article from @davatron5000.bsky.social: daverupert.com/2023/08/anim...
it's chrome only rn but that's ok. great candidate for progressive enhancement
demo from @bram.us: scroll-driven-animations.style/demos/scroll...
article from @davatron5000.bsky.social: daverupert.com/2023/08/anim...
great for things like hover effects, where you want to slightly adjust the existing color. no need for defining extra tokens.
great for things like hover effects, where you want to slightly adjust the existing color. no need for defining extra tokens.
while styles in a lower layer normally lose to styles in a subsequent layer, this order is flipped for !important.
this means you can use !important to "seal" off CSS declarations that you are confident should never be overridden.
while styles in a lower layer normally lose to styles in a subsequent layer, this order is flipped for !important.
this means you can use !important to "seal" off CSS declarations that you are confident should never be overridden.