Natejoestev
KPCKevin Powell - Community
•Created by Natejoestev on 1/24/2024 in #front-end
css column expand to fit area
and the span expands
11 replies
KPCKevin Powell - Community
•Created by Natejoestev on 1/24/2024 in #front-end
css column expand to fit area
but
btn span btn btn
11 replies
KPCKevin Powell - Community
•Created by Natejoestev on 1/24/2024 in #front-end
css column expand to fit area
exactly like #4
11 replies
KPCKevin Powell - Community
•Created by Natejoestev on 1/24/2024 in #front-end
css column expand to fit area
also, i might want to add more buttons around the span
11 replies
KPCKevin Powell - Community
•Created by Natejoestev on 1/23/2024 in #front-end
tooltip don't overflow parent right edge
the tooltip itself is
position: absolute;
and using left&top to move to cursor in js.2 replies
KPCKevin Powell - Community
•Created by Natejoestev on 1/14/2024 in #front-end
modal show/hide animations
it works, i used a class instead of a custom attribute
class={closing?'closing':''}
11 replies
KPCKevin Powell - Community
•Created by Natejoestev on 1/14/2024 in #front-end
modal show/hide animations
*so it's not actually closing because the anim never runs because the selector was removed by vite/svlete
11 replies
KPCKevin Powell - Community
•Created by Natejoestev on 1/14/2024 in #front-end
modal show/hide animations
you wouldn't happen to know how to make svelte ignore the "unused css selector"?
because that's why it's not working, it's taking it out when minifing.
11 replies
KPCKevin Powell - Community
•Created by Natejoestev on 1/14/2024 in #front-end
modal show/hide animations
thx, i thought i saw this before, must not have comprehended it
11 replies
KPCKevin Powell - Community
•Created by Natejoestev on 1/14/2024 in #front-end
modal show/hide animations
an actual
<dialog>
11 replies