Any way to get 1 long column with rows adjacent to it? #2765
-
|
Was wondering if there was anyway to have rows nested beside a long column. Ideally I would like the calendar to sit in the top right of the dashboard on all tabs and have everything else adjust to it. Any help would be great thank you 🙏🙏🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Based on the information provided in the context, it seems you are looking to customize the layout of the Homepage dashboard to have a calendar widget consistently displayed in the top right corner across all tabs, with other content adjusting around it. The Homepage dashboard is highly customizable through YAML configuration files, as indicated in the provided documentation. However, the specific layout customization you're asking for—having rows nested beside a long column—is not directly documented in the provided sources. To achieve a nested layout with a calendar in a fixed position, you might need to use a combination of the Here's a general approach you could take:
Unfortunately, without direct support for nested rows beside a long column in the documentation, I cannot provide a precise YAML configuration or CSS code to achieve this. You may need to experiment with the layout and styles or seek assistance from the community or support forums for the Homepage dashboard. If you're not familiar with CSS or YAML configuration, you might consider reaching out to the Homepage community for specific guidance or examples of similar customizations. Remember that any custom CSS you add would need to be maintained separately and could be affected by updates to the Homepage dashboard. Thanks for posting a discussion about homepage here on GitHub. Homepage now uses a fancy new AI tool thanks to our friends at Glime, so the answer above is the AI bot's attempt to answer your question. If you feel it's sufficient you can mark the answer and close this post, otherwise feel free to leave it open of course! Thanks for using Homepage! ❤️ This comment was generated by Glime. |
Beta Was this translation helpful? Give feedback.
-
|
This discussion has been automatically closed because it was marked as answered. |
Beta Was this translation helpful? Give feedback.
-
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
Based on the information provided in the context, it seems you are looking to customize the layout of the Homepage dashboard to have a calendar widget consistently displayed in the top right corner across all tabs, with other content adjusting around it.
The Homepage dashboard is highly customizable through YAML configuration files, as indicated in the provided documentation. However, the specific layout customization you're asking for—having rows nested beside a long column—is not directly documented in the provided sources.
To achieve a nested layout with a calendar in a fixed position, you might need to use a combination of the
layoutsettings and custom CSS. Thelayoutsettings allow …