Berserk Guts
KPCKevin Powell - Community
•Created by Berserk Guts on 1/15/2024 in #front-end
Why align-items: stretch, is not working in this case
@tok124 (CSS Nerd) but I had tried to add also height 100% to the product-info but without the display flex in the card itself it wasn't working
10 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 1/15/2024 in #front-end
Why align-items: stretch, is not working in this case
@tok124 (CSS Nerd) thnxxx, I am confused tho why it wasn't working
10 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 4/18/2023 in #front-end
How can I create this layout?
5 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
but if I add a timeout of 500ms then I don't see it but this 500ms I don't think is enough in all devices?
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
and I am listening to the load event on the link and then hiding the splash screen but I can still see the content jumping
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
I added a splash screen
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
still not working
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
maybe I will have to see the advanced ussage
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
I am just using the cli
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
idk
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
I have only 2 css files the main and the main.rtl I am using the main first and after the main.rtl
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
the problem is I am using bootstrap and bootstrap depends on it
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
@b1mind actually didnt try it but the bad thing is that if that wornks that we have to remember everytime we build the rtl from the main file to add it because it would be removed
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
guess I'll have to go with this way if cant find a new solution
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
I dont really know why they did this implementation is really awful
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
@b1mind it has just renamed the classes ms for margin start which in ltr is margin left and rtl margin right, but what it really does is u need to import either the bootstrap.rtl.css or if you have customized it then you have to generate the rtl using rtlcss
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
no I am not using any content management system, I use the dir in the html manually for now just to test it out
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
no inline css cant be a solurion here
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
for some reason even some content doesn't show up at all
35 replies
KPCKevin Powell - Community
•Created by Berserk Guts on 12/19/2022 in #front-end
Loading css from js causes the content to jump?
I am using rtlcss to generate the rtl file, I am not using any bundler, what rtlcss does changes values in a .rtl file doesn;t really check whether dir is ltr or rtl so including both files then they override one the other depending which I use the last
35 replies