PostgreSQL
PostgreSQL
Explore posts from servers
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
that is what it is
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
i guess i do <button> <p> <button>
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
but on mobile it sucks
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
your hover idea is good
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
but there has to be some better solution
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
maybe i should use p and attach onclick
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
my problem is edit pencil takes up a ton of space on small devices
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
how would that work on mobile then
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
i would use this, but not sure how to make it work
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
it is even worse
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
that is what I wanted to avoid
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
like shown in the image
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
@Jochem if i had <button /><p /><button />, could I make that float somehow
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
anyways, seems like this is impossible
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
feels the most intuitive
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
it is not, just great
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
yes, both need to be clickable. The text clickable is to edit the item (item title), and I could make a button on the right with some pen for example to edit, but it takes up to much space for me
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
I need the text to be a button element because it is clickable, and expands a sidebar. It is against the spec to attach an on click listener to a <p> element
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 12/30/2023 in #front-end
Wrap button around another button
I do not want a button inside of a button, just two buttons next to each other, and the right one wrap around the left one, as shown in this image with different elements.
52 replies
KPCKevin Powell - Community
Created by PostgreSQL on 11/10/2023 in #front-end
Make first item take the entire width of container so next items are in the new row
Okay, I figured it out. I needed flex-basis: 100%
5 replies