Open paraLucy opened 3 years ago
Actually, the buttons are displaced by the image. If you drag the mouse you'll find the delete, cancel and save buttons to the upper right side of the image
thank you @paraLucy! that shouldn't be hard to fix @morvanr?
In fact, I guess the command are here if you scroll right, the button should then appear, I guess once we have made the script that resize and rescale the image it won't be possible for this to happen again
I think the problem may be the aspect ratio, which in this case is very tall. Maybe just limiting the height to a max value would solve the issue? Maybe a css like max-height: 200px; max-width:200px;
would fix it?
I made a very tall image, just to try. It completely breaks the layout:
I saw that :) I will fix that as well
I tried with the same image so with the same aspect ratio but probably smaller and did not have the problem, so I guess it is mostly because the image is too big.
at least one card (in this case "yaourt") doesn't have save or cancel button in editing window. The only way out is the back button of the browser. Going back to the tab after that doesn't solve the problem.