Bardacoon
Bardacoon
KPCKevin Powell - Community
Created by Bardacoon on 6/22/2024 in #front-end
Why is there a margin/padding?
Yeah you're right, align-content: end was the problem, i dont know why tho. I just changed overlay into using flex and I added margin-top auto to the title, and it works fine
8 replies
KPCKevin Powell - Community
Created by Bardacoon on 6/22/2024 in #front-end
Why is there a margin/padding?
No description
8 replies
KPCKevin Powell - Community
Created by Aditya Kirad on 12/11/2023 in #front-end
browser not understanding css correctly
It was intentional
31 replies
KPCKevin Powell - Community
Created by Aditya Kirad on 12/11/2023 in #front-end
browser not understanding css correctly
so it should work right?
31 replies
KPCKevin Powell - Community
Created by Aditya Kirad on 12/11/2023 in #front-end
browser not understanding css correctly
Why dont you just remove the backdrop filter? Also if you dont wanna do that you can create another button with position fixed and then you hide it on large screens
31 replies
KPCKevin Powell - Community
Created by Aditya Kirad on 12/11/2023 in #front-end
browser not understanding css correctly
It's not like it's doing something rn
31 replies
KPCKevin Powell - Community
Created by Aditya Kirad on 12/11/2023 in #front-end
browser not understanding css correctly
Just remove the backdrop-filter
31 replies
KPCKevin Powell - Community
Created by Aditya Kirad on 12/11/2023 in #front-end
browser not understanding css correctly
I read Mdn and it says position fixed is relative to the containing block, which is usually the body, but when you add the filter, you create a new containing block
31 replies
KPCKevin Powell - Community
Created by Aditya Kirad on 12/11/2023 in #front-end
browser not understanding css correctly
try to remove the backrop filter from the header
31 replies
KPCKevin Powell - Community
Created by Aditya Kirad on 12/11/2023 in #front-end
browser not understanding css correctly
I managed to make it work but I don't know why it didn't work
31 replies
KPCKevin Powell - Community
Created by Aditya Kirad on 12/11/2023 in #front-end
browser not understanding css correctly
Yeah
31 replies
KPCKevin Powell - Community
Created by Aditya Kirad on 12/11/2023 in #front-end
browser not understanding css correctly
which button are you moving? The "add a new task" one? If so, the "sort by" element probably has a position of relative or something like that
31 replies
KPCKevin Powell - Community
Created by Psyzen on 12/10/2023 in #ui-ux
Balance between color tips
Idk I just don't like it, i think because it's already disconnected from the other icons being on the bottom. So there's no reason to add a different background color to separate it even more
8 replies
KPCKevin Powell - Community
Created by Psyzen on 12/10/2023 in #ui-ux
Balance between color tips
But also colors are very simple to change quickly so you don't have to worry too much about it rn. Use them as you like, then if something ends up that you don't like it, just chang eit
8 replies
KPCKevin Powell - Community
Created by Psyzen on 12/10/2023 in #ui-ux
Balance between color tips
There's no right or wrong. It's art
8 replies
KPCKevin Powell - Community
Created by Psyzen on 12/10/2023 in #ui-ux
Balance between color tips
I think there's too much gold, I'd do maybe only the top "cube" in gold, and the others in white(ish) and I'd remove the different background on the avatar icon. I"ve also notices that you're doing this in some of your <a>: hover:[background-color:#3b3b3b] This can be replaced with: hover:bg-[#3b3b3b]
8 replies