Panel Widths #361
-
HI, I have an iPad Pro, and when using it in portrait mode, the UI shows as one panel. I would love it to display two panels. I cant recall what the width resolution of the iPad is, but I would like to slowly lower the threshold between switching from one to two panels. I think it's set somewhere around 1050px. Where would I make this edit? I tried looking at the cloudcmd.css butI don't think it's in there. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hi, When size of screen is too low |
Beta Was this translation helpful? Give feedback.
-
Thank you... it worked!! I edited the file cloudcmd.css located in my Docker at: At around line 568, I changed to:
On my iPad, two panels will be OK when viewing by "name-size". I have made some additional edits to the css file to make the UI a litle less bare. Once I am done getting it looking good, I will share the edits. Thank you for your help and for Cloud Commander. I love it. |
Beta Was this translation helpful? Give feedback.
-
It looks very good :)! You can add this media query to |
Beta Was this translation helpful? Give feedback.
-
I am gladd you like it. I am pasting the css file for the overall "look". In my Docker, I copied this to: Rename the file from .txt to .css Thank you! |
Beta Was this translation helpful? Give feedback.
Thank you... it worked!!
I edited the file cloudcmd.css located in my Docker at:
/usr/src/app/dist/
At around line 568, I changed to:
On my iPad, two panels will be OK when viewing by "name-size".
I have made some additional edits to the css file to make the UI a litle less bare. Once I am done getting it looking good, I will share the edits.
Thank you for your help and for Cloud Commander. I love it.