decap-cms icon indicating copy to clipboard operation
decap-cms copied to clipboard

feat(ui): add responsive styling for mobile compatibility

Open liamsegura opened this issue 4 months ago • 0 comments

Fixes https://github.com/decaporg/decap-cms/issues/7241

Summary

Long time user of decap-cms, always wanted a way to use while on my phone, this PR fixes that.

Added media queries for responsive styling <meta name="viewport" content="width=device-width, initial-scale=1.0" /> is required in the html for it to work, i have only updated the dev-test html

If this is merged in I can go through the other repos and update that accordingly

I can improve this visually as there are areas id like to modify but that can be altered at a later date

https://github.com/user-attachments/assets/5a80957c-e81e-4966-8f78-94be6cf17148

Screenshot 2024-10-03 at 1 47 46 PM Screenshot 2024-10-03 at 1 45 59 PM Screenshot 2024-10-03 at 1 45 42 PM Screenshot 2024-10-03 at 1 45 40 PM

Test plan

Checklist

Please add a x inside each checkbox:

A picture of a cute animal (not mandatory but encouraged)

Screenshot 2024-10-03 at 4 02 37 PM

liamsegura avatar Oct 03 '24 15:10 liamsegura