Lamer of Sweden
KPCKevin Powell - Community
•Created by McMarty on 4/1/2025 in #help
Questions about Slide-out Drawers
Yes, classic file cabinet drawer sound effect with a subtle accordion breath
146 replies
KPCKevin Powell - Community
•Created by McMarty on 4/1/2025 in #help
Questions about Slide-out Drawers
That'll work
146 replies
KPCKevin Powell - Community
•Created by McMarty on 4/1/2025 in #help
Questions about Slide-out Drawers
Ah yes!
146 replies
KPCKevin Powell - Community
•Created by McMarty on 4/1/2025 in #help
Questions about Slide-out Drawers
🍔 + menu + 🪗 (could not find a drawer icon 😂 )
146 replies
KPCKevin Powell - Community
•Created by McMarty on 4/1/2025 in #help
Questions about Slide-out Drawers
There isn't one single, official name so I don't see any problem with that name "menu drawer". And most devs will know what you mean.
146 replies
KPCKevin Powell - Community
•Created by McMarty on 4/1/2025 in #help
Questions about Slide-out Drawers
MUI (React) calls it a Drawer (from Navigation drawer in Google Material Design) so maybe call it a menu drawer so you know what the content is?
146 replies
KPCKevin Powell - Community
•Created by GuyForkz on 3/19/2025 in #ui-ux
Need help with consistent colours across devices.
Perhaps set up a fallback color as well? https://oklch.com/#46.23,0.1851,8.3,100
4 replies
KPCKevin Powell - Community
•Created by GuyForkz on 3/19/2025 in #ui-ux
Need help with consistent colours across devices.
Here's the gamut for Samsung Galaxy S10 lite.
https://www.displaymate.com/Gamut_47S.html
4 replies
KPCKevin Powell - Community
•Created by GuyForkz on 3/19/2025 in #ui-ux
Need help with consistent colours across devices.
Hello! Could be that you are using Vivid Mode on your Samsung? The Vivid mode will produce amongst else boosted reds and has a larger gamut than DCI-P3 and a lot more than sRGB. So that could be why the reds displays different on your specific smartphone compared to the other devices that maybe have similar hardware components, profiles etc.
But trying to make colors look the same on any device is challenging to say the least. https://medium.com/design-bootcamp/consistency-in-color-perception-across-devices-813f7888aa70
4 replies
KPCKevin Powell - Community
•Created by Max'S on 1/25/2025 in #front-end
Does anyone have Figma files or any of the resources where I get Figma files to practice CSS?
Hello! This channel is for code-specific question. Head over to #resources or #discussions with your question regarding resources like figma files or sources to practice CSS.
6 replies
KPCKevin Powell - Community
•Created by Rashed on 1/14/2025 in #front-end
tailwind setup issue
5 replies
KPCKevin Powell - Community
•Created by Rashed on 1/14/2025 in #front-end
tailwind setup issue
Missing the Tailwind CSS IntelliSense?
5 replies
KPCKevin Powell - Community
•Created by snxxwyy on 11/27/2024 in #front-end
How to correctly import fonts
I like this article that explains three parts regarding performance best practice for fonts.
https://web.dev/articles/font-best-practices
8 replies
KPCKevin Powell - Community
•Created by ditta on 11/22/2024 in #front-end
list of classes in html / css
Else go for a regex in search.
1. Open New Search Editor (Ctrl + Shift + P and search for New Search Editor)
2. Add following to Search field 3. Activate regex (Alt + R) or click the third button to the right side of the search field 4. Click [...] to Toggle Search Details 5. Add following to inlude files like css, scss, sass This should get you all the classes (.classname) and IDs (#idname)
2. Add following to Search field 3. Activate regex (Alt + R) or click the third button to the right side of the search field 4. Click [...] to Toggle Search Details 5. Add following to inlude files like css, scss, sass This should get you all the classes (.classname) and IDs (#idname)
5 replies
KPCKevin Powell - Community
•Created by ditta on 11/22/2024 in #front-end
list of classes in html / css
Right click on first css file and choose "Select for compare" and then right click on second css file and choose "Compare with selected" and you'll get a view to see the difference like when having a conflict while trying to merge a branch.
5 replies
KPCKevin Powell - Community
•Created by sillyrabbit on 10/30/2024 in #front-end
Grid-based hierarchy for multi-line elements
Yep, looks like a straight forward grid-template-columns solution. Did something like this. https://codepen.io/peter-warholm/pen/LYwrggZ
4 replies
KPCKevin Powell - Community
•Created by jsv_1991 on 11/1/2024 in #front-end
Mobile Landscape View Text Issue
Can't replicate your error though. :/
9 replies
KPCKevin Powell - Community
•Created by jsv_1991 on 11/1/2024 in #front-end
Mobile Landscape View Text Issue
9 replies
KPCKevin Powell - Community
•Created by jsv_1991 on 11/1/2024 in #front-end
Mobile Landscape View Text Issue
You seem to have a Github Pages live, right?
9 replies
KPCKevin Powell - Community
•Created by Faker on 9/25/2024 in #front-end
Does order matters when defining a class for a parent element and its child elements?
No worries
9 replies