Recognize wide compose files and change UI accordingly #437
Replies: 2 comments 1 reply
-
I made a solution for myself to solve this issue. I added this lines to ublock, on my filters, to modify the ui and made it vertical instead of horizontal: yourdockgeIPorHost##div.col-lg-6:style(max-width: none !important; width: 100% !important) To change from horizontal to vertical you enable ublock and reload the page, to go back you disable it and reload the page. Hope this helps! You could even gain more real state if you reduce the size of the left column and add it to the right one: To increase the text size of the stack editor you can: And log: Just edit the px to your liking It would be great of this could be customized from inside dockge but alas, this is a workaround for the time being. |
Beta Was this translation helpful? Give feedback.
-
From that, I created a a little css snippet and uploaded it to userstyles.world |
Beta Was this translation helpful? Give feedback.
-
🏷️ Feature Request Type
UI Feature
🔖 Feature description
I migrated to Dockge and everything was working great. The only problem I have is, that my traefik compose file is very wide. This leads to line wrapping on multiple lines which is unfortunate (24" Monitor).
✔️ Solution
The UI recognizes when there are multiple lines in the compose files that are wrapping and upon noticing that, the UI changes to a single column layout instead of the two columns that are there by default.
Another solution could be a slider with which a user can change the sizes of the components themselves.
Another another solution would reducing the font-size to accommodate longer lines.
❓ Alternatives
Do nothing and live with the line wrapping. 😢
📝 Additional Context
I think the best solution would be a combination of the solutions.
Beta Was this translation helpful? Give feedback.
All reactions