Bernardo Ferrari
Bernardo Ferrari
If I have the following code and I can't figure out a way where I can make a "div w-full flex items-center justify-center" equivalent on email. All I want is...
Sometimes I miss a `column` property where I can specify how many it should have, so it makes a grid. 4 in a row doesn't make sense, but I would...
https://github.com/arikchakma/maily.to/blob/b3a6a29b4ac40e3c7a838cc76549dd9f6e412944/packages/render/src/maily.tsx#L957 This should be: ```ts ``` The margin needs to be in container, not un ul, so that if there is a divider, the margin from divider compensates with the...
when a column is inside a section, text-align from section doesn't seem to be apply to it. I asked gemini 2.5 pro to fix, and seems to work. Not sure...
On Maily, when I do a list-item:  On export some margin appears: Probably the cause is ```css [data-type="section"] { margin: 0; padding: 0; [data-type="section-cell"] { padding: 0; & >...
https://github.com/user-attachments/assets/1ac8f956-2613-46d8-b068-9b5ee00e88e8
I highly recommend adding ```css @layer base { button:not([disabled]), [role="button"]:not([disabled]) { cursor: pointer; } } ``` (source https://github.com/shadcn-ui/ui/issues/6843#issuecomment-2698105214) because I think the experience is way better with pointer mouse cursor.
[bug.fig.zip](https://github.com/user-attachments/files/19308756/bug.fig.zip)
iTerm2, macOS, version: 1.0.31 (Claude Code) Every single line got wrong after that.
Fix https://github.com/LadybirdBrowser/ladybird/issues/4696 1. it is my first PR here, so review carefully. I might be unfamiliar with Ladybird codebase/practices. 2. If you prefer, I can split into smaller PRs (seems...