Senra
KPCKevin Powell - Community
•Created by Gmoney_123 on 10/29/2023 in #front-end
How to get rid of a scroll bar while still enabling scrollling?
You can mark the post as solved using the tags
10 replies
KPCKevin Powell - Community
•Created by Gmoney_123 on 10/29/2023 in #front-end
How to get rid of a scroll bar while still enabling scrollling?
you can search for that and hide it using css
10 replies
KPCKevin Powell - Community
•Created by Gmoney_123 on 10/29/2023 in #front-end
How to get rid of a scroll bar while still enabling scrollling?
Maybe it is that or something similar
10 replies
KPCKevin Powell - Community
•Created by Gmoney_123 on 10/29/2023 in #front-end
How to get rid of a scroll bar while still enabling scrollling?
use the
--webkilt-scrollbar
property in cs.s10 replies
KPCKevin Powell - Community
•Created by Senra on 10/22/2023 in #resources
Sass Guidelines
Agreed. This resource Is infact a personal opinion of one dev. I think it just has too much of must do s'
57 replies
KPCKevin Powell - Community
•Created by Senra on 10/22/2023 in #resources
Sass Guidelines
Will make a lot of things easier for me
57 replies
KPCKevin Powell - Community
•Created by Senra on 10/22/2023 in #resources
Sass Guidelines
And I think I will do just that since it is a small company, and We can tell devs to use a specific IDE for work.
57 replies
KPCKevin Powell - Community
•Created by Senra on 10/22/2023 in #resources
Sass Guidelines
Yup. Just add a formatter, and a settings json and that will be pretty much it.
57 replies
KPCKevin Powell - Community
•Created by Senra on 10/22/2023 in #resources
Sass Guidelines
That is true in a way. I mean just by adopting sass, A lot of problems with writing css code vanishes. So I dont have to worry about css that much
57 replies
KPCKevin Powell - Community
•Created by Senra on 10/22/2023 in #resources
Sass Guidelines
Yeah that seems good. Things cannot go right without proper documentation
57 replies
KPCKevin Powell - Community
•Created by Senra on 10/22/2023 in #resources
Sass Guidelines
Yeah gitlab wiki seems much better. Easy access
57 replies
KPCKevin Powell - Community
•Created by Senra on 10/22/2023 in #resources
Sass Guidelines
Oh it is from atlassian
57 replies
KPCKevin Powell - Community
•Created by Senra on 10/22/2023 in #resources
Sass Guidelines
Oh I see I will look into that
57 replies
KPCKevin Powell - Community
•Created by Senra on 10/22/2023 in #resources
Sass Guidelines
I am currently working in a small company where there is no other FE dev than me. So I am tasked with setting up the code format and style guides. I just want to understand what will be the most productive thing when we onboard new developers.
57 replies
KPCKevin Powell - Community
•Created by Senra on 10/22/2023 in #resources
Sass Guidelines
What do you say then? Tab indentation should be used? I do think tabs are better but the minimum gap is 4ch for a tab
57 replies
KPCKevin Powell - Community
•Created by Jonny on 10/12/2023 in #front-end
Advanced background coloring help
Just apply the gradient as a background, and then absolute position the blurred logo
11 replies
KPCKevin Powell - Community
•Created by Jonny on 10/12/2023 in #front-end
Advanced background coloring help
I think you can keep the background elements and the the blurred logo as seperate components
11 replies
KPCKevin Powell - Community
•Created by snxxwyy on 10/14/2023 in #front-end
aspect-ratio working cases
It does becuase image is of a default size. That size may be bigger than the size you want it to be. So when you set the
aspect-ratio
It only sets the dimensions ratio. It does not change the default width of the image. Hence you set either the desired width or height to make it work3 replies
KPCKevin Powell - Community
•Created by Riky on 10/8/2023 in #front-end
image resize
Yes you can, but with the aspect ratio, we need to define either a width or a height. To make it smaller/ the correct size. The default size of the image can be bigger
11 replies
KPCKevin Powell - Community
•Created by Riky on 10/8/2023 in #front-end
image resize
You have to put the image and the text probably in a container and apply flex, so that you make both image and the text inline. Then give a max-height property on the image.
11 replies